[PATCH] D45068: [NVPTX, CUDA] Added support for m8n32k16 and m32n8k16 variants of wmma instructions.

Justin Lebar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 29 16:17:27 PDT 2018


jlebar accepted this revision.
jlebar added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/lib/Driver/ToolChains/Cuda.cpp:578
+  if (CudaInstallation.version() >= CudaVersion::CUDA_91) {
+    // CUDA-9 uses new instructions that are only available in PTX6.1
+    PtxFeature = "+ptx61";
----------------
CUDA-9.1?


https://reviews.llvm.org/D45068





More information about the llvm-commits mailing list