[PATCH] D49581: [CUDA, test-suite] Added support for CUDA-9.2

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 20 09:26:27 PDT 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL337569: Added support for CUDA 9.2 (authored by tra, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D49581

Files:
  test-suite/trunk/External/CUDA/CMakeLists.txt


Index: test-suite/trunk/External/CUDA/CMakeLists.txt
===================================================================
--- test-suite/trunk/External/CUDA/CMakeLists.txt
+++ test-suite/trunk/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.156517.patch
Type: text/x-patch
Size: 508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180720/6e99ebcb/attachment.bin>


More information about the llvm-commits mailing list