This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] Fix wrappers for sm_80 functions
ClosedPublic

Authored by tra on May 23 2023, 12:24 PM.

Details

Summary

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.

Diff Detail

Event Timeline

tra created this revision.May 23 2023, 12:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2023, 12:24 PM
tra published this revision for review.May 23 2023, 12:24 PM
tra added a reviewer: jlebar.
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2023, 12:24 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
jlebar accepted this revision.May 23 2023, 2:34 PM
This revision is now accepted and ready to land.May 23 2023, 2:34 PM
This revision was automatically updated to reflect the committed changes.