This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] Make NVVM builtins available with CUDA-11 & PTX6.5
ClosedPublic

Authored by tra on May 5 2020, 2:57 PM.

Diff Detail

Event Timeline

tra created this revision.May 5 2020, 2:57 PM
tra updated this revision to Diff 262236.May 5 2020, 3:07 PM

Test that the builtins work all the way to sm_80/ptx65

tra updated this revision to Diff 262237.May 5 2020, 3:09 PM

Actually added sm_80 predicate. It's not used on any builtins yet, but it makes
sense to add it right now along with ptx65.

timshen accepted this revision.May 5 2020, 3:40 PM
This revision is now accepted and ready to land.May 5 2020, 3:40 PM
Harbormaster completed remote builds in B55851: Diff 262234.
This revision was automatically updated to reflect the committed changes.