Skip to content

Commit 9daba3f

Browse files
authored
remove sm75 native build
Building sm75 target will cause the program hangs on T4 GPUs. Disabling it will make the executable fall back to JIT compilation, which is still able to run on T4 GPUs.
1 parent 2066a0f commit 9daba3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unidock/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if(NOT DEFINED CMAKE_CUDA_ARCHITECTURES)
1919
set(CMAKE_CUDA_ARCHITECTURES
2020
60 # P100
2121
70 # V100
22-
75 # T4
22+
# 75 # T4
2323
80 # A100
2424
# 89 # RTX 40
2525
90 # H100

0 commit comments

Comments
 (0)