[all-commits] [llvm/llvm-project] 29cb08: [CUDA] Fix wrappers for sm_80 functions
Artem Belevich via All-commits
all-commits at lists.llvm.org
Wed May 24 11:59:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 29cb080c363d655ab1179a5564f1a82460e49a06
https://github.com/llvm/llvm-project/commit/29cb080c363d655ab1179a5564f1a82460e49a06
Author: Artem Belevich <tra at google.com>
Date: 2023-05-24 (Wed, 24 May 2023)
Changed paths:
M clang/lib/Headers/__clang_cuda_intrinsics.h
Log Message:
-----------
[CUDA] Fix wrappers for sm_80 functions
Previous implementation provided wrappers for the internal implementations used
by CUDA headers. However, clang does not include those, so we need to provide
the public functions instead.
Differential Revision: https://reviews.llvm.org/D151243
More information about the All-commits
mailing list