[all-commits] [llvm/llvm-project] 445028: [CUDA] provide wrapper functions for new NVCC buil...
Artem Belevich via All-commits
all-commits at lists.llvm.org
Fri May 19 11:49:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4450285bd74079bf87ba7b824a8dec8dcfb586ef
https://github.com/llvm/llvm-project/commit/4450285bd74079bf87ba7b824a8dec8dcfb586ef
Author: Artem Belevich <tra at google.com>
Date: 2023-05-19 (Fri, 19 May 2023)
Changed paths:
M clang/lib/Headers/__clang_cuda_intrinsics.h
Log Message:
-----------
[CUDA] provide wrapper functions for new NVCC builtins.
For sm_80 NVCC introduced a handful of builtins with the names that deviate from
the historic __nvvm_/__nv naming convention. Clang/LLVM does provide equivalent
builtins, but using different names. This patch maps NVCC-style builtins to
their clang counterparts.
Differential Revision: https://reviews.llvm.org/D150894
More information about the All-commits
mailing list