[PATCH] D113249: [CUDA] Bump CUDA version to 11.5
Jonas Hahnfeld via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 5 10:44:45 PDT 2021
Hahnfeld added a comment.
Experimental support for `__int128` is new in CUDA 11.5, not sure if Clang enables this for CUDA. The release notes also specify
> `builtin_assume` can now be used to specify address space to allow for efficient loads and stores.
The docs are very scarce on this, I could only find `void __builtin_assume(bool exp)` which I think is not what they are talking about...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113249/new/
https://reviews.llvm.org/D113249
More information about the llvm-commits
mailing list