[all-commits] [llvm/llvm-project] 0ad5d4: [CUDA] Relax restrictions on variadics in host-sid...
Artem Belevich via All-commits
all-commits at lists.llvm.org
Thu May 25 11:58:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ad5d40fa19f27db0e5f999d0e17b0c18b811019
https://github.com/llvm/llvm-project/commit/0ad5d40fa19f27db0e5f999d0e17b0c18b811019
Author: Artem Belevich <tra at google.com>
Date: 2023-05-25 (Thu, 25 May 2023)
Changed paths:
M clang/lib/Driver/ToolChains/Clang.cpp
Log Message:
-----------
[CUDA] Relax restrictions on variadics in host-side compilation.
D150718 allows variadics during GPU compilation, but we also need to do it for
the host compilation as well, as it will see the same code.
Differential Revision: https://reviews.llvm.org/D151359
Commit: ffb635cb2d4e374e52b12066893458a8b70889fa
https://github.com/llvm/llvm-project/commit/ffb635cb2d4e374e52b12066893458a8b70889fa
Author: Artem Belevich <tra at google.com>
Date: 2023-05-25 (Thu, 25 May 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/BuiltinsNVPTX.def
M clang/include/clang/Basic/Cuda.h
M clang/lib/Basic/Cuda.cpp
M clang/lib/Driver/ToolChains/Cuda.cpp
M llvm/lib/Target/NVPTX/NVPTX.td
Log Message:
-----------
[CUDA] bump supported CUDA version to 12.1/11.8
Differential Revision: https://reviews.llvm.org/D151361
Commit: 3d4964f4942ca74260228161778b570d4c908019
https://github.com/llvm/llvm-project/commit/3d4964f4942ca74260228161778b570d4c908019
Author: Artem Belevich <tra at google.com>
Date: 2023-05-25 (Thu, 25 May 2023)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsNVVM.td
M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
M llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
A llvm/test/CodeGen/NVPTX/intrinsics-sm90.ll
Log Message:
-----------
[NVPTX] add new sm90-specific intrinsics.
Differential Revision: https://reviews.llvm.org/D151009
Commit: 0a0bae1e9f94ec86ac17b0b4eb817741689f3739
https://github.com/llvm/llvm-project/commit/0a0bae1e9f94ec86ac17b0b4eb817741689f3739
Author: Artem Belevich <tra at google.com>
Date: 2023-05-25 (Thu, 25 May 2023)
Changed paths:
M clang/include/clang/Basic/BuiltinsNVPTX.def
M clang/lib/CodeGen/CGBuiltin.cpp
A clang/test/CodeGenCUDA/builtins-sm90.cu
Log Message:
-----------
[CUDA] plumb through new sm_90-specific builtins.
Differential Revision: https://reviews.llvm.org/D151168
Commit: 25708b3df6e359123d5bce137652af812e168cfc
https://github.com/llvm/llvm-project/commit/25708b3df6e359123d5bce137652af812e168cfc
Author: Artem Belevich <tra at google.com>
Date: 2023-05-25 (Thu, 25 May 2023)
Changed paths:
M clang/include/clang/Basic/BuiltinsNVPTX.def
M clang/lib/CodeGen/CGBuiltin.cpp
M clang/test/CodeGenCUDA/builtins-sm90.cu
M llvm/include/llvm/IR/IntrinsicsNVVM.td
M llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
M llvm/test/CodeGen/NVPTX/intrinsics-sm90.ll
Log Message:
-----------
[NVPTX, CUDA] barrier intrinsics and builtins for sm_90
Differential Revision: https://reviews.llvm.org/D151363
Commit: 5c082e7e15e38a2eea1f506725efe636a5b1bf8a
https://github.com/llvm/llvm-project/commit/5c082e7e15e38a2eea1f506725efe636a5b1bf8a
Author: Artem Belevich <tra at google.com>
Date: 2023-05-25 (Thu, 25 May 2023)
Changed paths:
M clang/lib/Headers/__clang_cuda_intrinsics.h
Log Message:
-----------
[CUDA] Add CUDA wrappers over clang builtins for sm_90.
Differential Revision: https://reviews.llvm.org/D151362
Compare: https://github.com/llvm/llvm-project/compare/fe2f0ab37c33...5c082e7e15e3
More information about the All-commits
mailing list