You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 11, 2025. It is now read-only.
I am working on deploy model on distributed environment. Since dequantize_weights uses the default stream, Kernels would be overlap with NCCL all_reduce kernel, which leads to unexpected result.
Hi, thanks for the great work.
I am working on deploy model on distributed environment. Since
dequantize_weightsuses the default stream, Kernels would be overlap with NCCLall_reducekernel, which leads to unexpected result.AutoAWQ_kernels/awq_ext/quantization/gemm_cuda_gen.cu
Line 1162 in 83d1f4b
Is there any reason to use the default stream here?