Commit f850f22a authored by zhuwenwen's avatar zhuwenwen
Browse files

[Fix]atomicAdd ambiguous

parent 07e3681a
......@@ -19,6 +19,10 @@ https://github.com/qwopqwop200/GPTQ-for-LLaMa
#include "qdq_4.cuh"
#include "qdq_8.cuh"
#ifndef USE_ROCM
#include "compat.cuh"
#endif
namespace vllm {
namespace gptq {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment