Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Jan 11, 2024
1 parent 37be1fb commit 5ef3699
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 @@ -18,10 +18,10 @@
]

if device_capability:
nvcc_flags.extend(
nvcc_flags.extend([
f"--generate-code=arch=compute_{device_capability},code=sm_{device_capability}",
f"-DGROUPED_GEMM_DEVICE_CAPABILITY={device_capability}",
)
])

ext_modules = [
CUDAExtension(
Expand Down

0 comments on commit 5ef3699

Please sign in to comment.