Skip to content

Commit bdccb1c

Browse files
committed
[test-suite, CUDA] Enable tests w/ CUDA-10.0
llvm-svn: 342931
1 parent 5aa2fb7 commit bdccb1c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

External/CUDA/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ set(SUPPORTED_GPU_CUDA_9_2
2929
sm_50 sm_52 sm_53
3030
sm_60 sm_61 sm_62
3131
sm_70 sm_72)
32+
set(SUPPORTED_GPU_CUDA_10_0
33+
sm_30 sm_32 sm_35
34+
sm_50 sm_52 sm_53
35+
sm_60 sm_61 sm_62
36+
sm_70 sm_72 sm_75)
3237

3338
# Helper macro to extract version number at the end of the string
3439
# Input: get_version(Var String)

0 commit comments

Comments
 (0)