[PATCH] D49581: [CUDA, test-suite] Added support for CUDA-9.2
Artem Belevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 19 17:28:50 PDT 2018
tra created this revision.
tra added a reviewer: jlebar.
Herald added subscribers: bixia, mgorny, sanjoy.
Repository:
rT test-suite
https://reviews.llvm.org/D49581
Files:
External/CUDA/CMakeLists.txt
Index: External/CUDA/CMakeLists.txt
===================================================================
--- External/CUDA/CMakeLists.txt
+++ External/CUDA/CMakeLists.txt
@@ -24,6 +24,11 @@
sm_50 sm_52 sm_53
sm_60 sm_61 sm_62
sm_70 sm_72)
+set(SUPPORTED_GPU_CUDA_9_2
+ sm_30 sm_32 sm_35
+ sm_50 sm_52 sm_53
+ sm_60 sm_61 sm_62
+ sm_70 sm_72)
# Helper macro to extract version number at the end of the string
# Input: get_version(Var String)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49581.156409.patch
Type: text/x-patch
Size: 457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180720/166e64c3/attachment.bin>
More information about the llvm-commits
mailing list