This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] Add support for CUDA-11.4.
ClosedPublic

Authored by tra on Aug 17 2021, 1:33 PM.

Diff Detail

Event Timeline

tra created this revision.Aug 17 2021, 1:33 PM
tra requested review of this revision.Aug 17 2021, 1:33 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 17 2021, 1:33 PM

I didn't follow the recent CUDA support in Clang very closely, but this makes sense to me.

clang/lib/Basic/Targets/NVPTX.cpp
47–48

Do you mean +ptx74 and +ptx73?

tra updated this revision to Diff 367267.Aug 18 2021, 11:16 AM

Fixed typos

tra added inline comments.Aug 18 2021, 11:20 AM
clang/lib/Basic/Targets/NVPTX.cpp
47–48

Fixed.

Hahnfeld accepted this revision.Aug 18 2021, 11:38 AM
This revision is now accepted and ready to land.Aug 18 2021, 11:38 AM
This revision was automatically updated to reflect the committed changes.