Skip to content

Commit 2891a55

Browse files
committed
Remove CUDA 8.7 from the build list due to limited NVSHMEM support
1 parent a5c41e8 commit 2891a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_mlc_ai_wheel_manylinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ echo set\(USE_VULKAN ON\) >>config.cmake
104104
if [[ ${GPU} == cuda-11.7 ]]; then
105105
CUDA_ARCHS="80;86;87"
106106
elif [[ ${GPU} == cuda* ]]; then
107-
CUDA_ARCHS="80;86;87;89;90;90a"
107+
CUDA_ARCHS="80;86;89;90;90a"
108108
fi
109109

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

0 commit comments

Comments
 (0)