Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yujq2
AutoAWQ_kernels
Commits
3a85bf4c
Commit
3a85bf4c
authored
Dec 22, 2023
by
Casper
Browse files
Rename awq_cuda -> awq_ext
parent
98f700d7
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
setup.py
setup.py
+8
-8
No files found.
setup.py
View file @
3a85bf4c
...
...
@@ -122,11 +122,11 @@ extensions = [
CUDAExtension
(
"awq_ext"
,
[
"awq_
cuda
/pybind_awq.cpp"
,
"awq_
cuda
/quantization/gemm_cuda_gen.cu"
,
"awq_
cuda
/layernorm/layernorm.cu"
,
"awq_
cuda
/position_embedding/pos_encoding_kernels.cu"
,
"awq_
cuda
/quantization/gemv_cuda.cu"
"awq_
ext
/pybind_awq.cpp"
,
"awq_
ext
/quantization/gemm_cuda_gen.cu"
,
"awq_
ext
/layernorm/layernorm.cu"
,
"awq_
ext
/position_embedding/pos_encoding_kernels.cu"
,
"awq_
ext
/quantization/gemv_cuda.cu"
],
extra_compile_args
=
extra_compile_args
)
]
...
...
@@ -136,9 +136,9 @@ if os.name != "nt":
CUDAExtension
(
"awq_ft_ext"
,
[
"awq_
cuda
/pybind_awq_ft.cpp"
,
"awq_
cuda
/attention/ft_attention.cpp"
,
"awq_
cuda
/attention/decoder_masked_multihead_attention.cu"
"awq_
ext
/pybind_awq_ft.cpp"
,
"awq_
ext
/attention/ft_attention.cpp"
,
"awq_
ext
/attention/decoder_masked_multihead_attention.cu"
],
extra_compile_args
=
extra_compile_args
)
)
...
...
Prev
1
2
Next
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