Skip to content

Commit

Permalink
Include CUDA 90a in package build for CUTLASS kernels
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJH5574 committed Sep 28, 2024
1 parent cd9e596 commit 3525748
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build_mlc_ai_wheel_manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ echo set\(USE_VULKAN ON\) >>config.cmake
if [[ ${GPU} == cuda-11.7 ]]; then
CUDA_ARCHS="80;86;87"
elif [[ ${GPU} == cuda* ]]; then
CUDA_ARCHS="80;86;87;89;90"
CUDA_ARCHS="80;86;87;89;90;90a"
fi

if [[ ${GPU} == rocm* ]]; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_mlc_llm_wheel_manylinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ echo set\(USE_VULKAN ON\) >>config.cmake
if [[ ${GPU} == cuda-11.7 ]]; then
CUDA_ARCHS="80;86;87"
elif [[ ${GPU} == cuda* ]]; then
CUDA_ARCHS="80;86;87;89;90"
CUDA_ARCHS="80;86;87;89;90;90a"
fi

if [[ ${GPU} == rocm* ]]; then
Expand Down

0 comments on commit 3525748

Please sign in to comment.