Skip to content

Commit

Permalink
[CLEANUP]
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez committed Mar 25, 2024
1 parent 138fa57 commit 171f4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def append_nvcc_threads(nvcc_extra_args):

ext_modules.append(
CUDAExtension(
name="selective_scan_cuda",
name="gemm_lowbit_ext",
sources=[
"kernel/gemm_lowbit_kernel.cu",

Expand All @@ -151,7 +151,7 @@ def append_nvcc_threads(nvcc_extra_args):
+ cc_flag
),
},
include_dirs=[Path(this_dir) / "csrc" / "selective_scan"],
include_dirs=[Path(this_dir) / "kernel" / "bitnet"],
)
)

Expand Down

0 comments on commit 171f4e5

Please sign in to comment.