[PATCH] D108248: [CUDA] Bump the latest supported CUDA version to 11.4.
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 18 11:06:52 PDT 2021
tra updated this revision to Diff 367260.
tra added a comment.
Undo unintentional change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108248/new/
https://reviews.llvm.org/D108248
Files:
clang/include/clang/Basic/Cuda.h
Index: clang/include/clang/Basic/Cuda.h
===================================================================
--- clang/include/clang/Basic/Cuda.h
+++ clang/include/clang/Basic/Cuda.h
@@ -33,7 +33,7 @@
CUDA_112,
CUDA_113,
CUDA_114,
- FULLY_SUPPORTED = CUDA_101,
+ FULLY_SUPPORTED = CUDA_114,
PARTIALLY_SUPPORTED =
CUDA_114, // Partially supported. Proceed with a warning.
NEW = 10000, // Too new. Issue a warning, but allow using it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108248.367260.patch
Type: text/x-patch
Size: 457 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210818/beaef4cf/attachment.bin>
More information about the cfe-commits
mailing list