[PATCH] D151243: [CUDA] Fix wrappers for sm_80 functions

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 23 12:24:54 PDT 2023


tra created this revision.
Herald added subscribers: mattd, carlosgalvezp, bixia, yaxunl.
Herald added a project: All.
tra published this revision for review.
tra added a reviewer: jlebar.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D151243

Files:
  clang/lib/Headers/__clang_cuda_intrinsics.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151243.524842.patch
Type: text/x-patch
Size: 5480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230523/f6dc281d/attachment.bin>


More information about the cfe-commits mailing list