[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
Mon Aug 23 13:27:00 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGce4545db1d31: [CUDA] Bump the latest supported CUDA version to 11.4. (authored by tra).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108248/new/
https://reviews.llvm.org/D108248
Files:
clang/docs/ReleaseNotes.rst
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.
Index: clang/docs/ReleaseNotes.rst
===================================================================
--- clang/docs/ReleaseNotes.rst
+++ clang/docs/ReleaseNotes.rst
@@ -117,6 +117,12 @@
^^^^^^^^^^^^^^^^^^^^^
...
+CUDA Language Changes in Clang
+---------------------------
+
+- Clang now supports CUDA versions up to 11.4.
+- Default GPU architecture has been changed from sm_20 to sm_35.
+
Objective-C Language Changes in Clang
-------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108248.368201.patch
Type: text/x-patch
Size: 934 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210823/ca2ad4ca/attachment.bin>
More information about the cfe-commits
mailing list