Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyncs committed Jan 30, 2025
1 parent fc24280 commit d04f525
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sgl-kernel/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def _get_version():
nvcc_flags.append("-gencode=arch=compute_90a,code=sm_90a")
nvcc_flags.append("-DCOMPILE_HOPPER_TMA_GEMMS")
nvcc_flags.append("-DCUTLASS_ARCH_MMA_SM90_SUPPORTED")
nvcc_flags.append("-DCUTLASS_ARCH_MMA_MODIFIABLE_TMA_SM90_SUPPORTED")
sources.extend(sources_cutlass_moe_gemm)
if sm_version >= 90:
nvcc_flags.extend(nvcc_flags_fp8)
Expand All @@ -142,6 +143,7 @@ def _get_version():
nvcc_flags.append("-gencode=arch=compute_90a,code=sm_90a")
nvcc_flags.append("-DCOMPILE_HOPPER_TMA_GEMMS")
nvcc_flags.append("-DCUTLASS_ARCH_MMA_SM90_SUPPORTED")
nvcc_flags.append("-DCUTLASS_ARCH_MMA_MODIFIABLE_TMA_SM90_SUPPORTED")
sources.extend(sources_cutlass_moe_gemm)
if enable_fp8:
nvcc_flags.extend(nvcc_flags_fp8)
Expand Down

0 comments on commit d04f525

Please sign in to comment.