Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
f850f22a
Commit
f850f22a
authored
Mar 19, 2025
by
zhuwenwen
Browse files
[Fix]atomicAdd ambiguous
parent
07e3681a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
csrc/quantization/gptq/q_gemm.cu
csrc/quantization/gptq/q_gemm.cu
+4
-0
No files found.
csrc/quantization/gptq/q_gemm.cu
View file @
f850f22a
...
@@ -19,6 +19,10 @@ https://github.com/qwopqwop200/GPTQ-for-LLaMa
...
@@ -19,6 +19,10 @@ https://github.com/qwopqwop200/GPTQ-for-LLaMa
#include "qdq_4.cuh"
#include "qdq_4.cuh"
#include "qdq_8.cuh"
#include "qdq_8.cuh"
#ifndef USE_ROCM
#include "compat.cuh"
#endif
namespace
vllm
{
namespace
vllm
{
namespace
gptq
{
namespace
gptq
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment