This is an archive of the discontinued LLVM Phabricator instance.

Fix compatability for cuda sm_75
Needs ReviewPublic

Authored by eagleonhill on Apr 22 2019, 3:43 PM.

Details

Reviewers
jlebar
tra
Summary

This allows compute capability 7.5 to use 7.X intrinsics.

Diff Detail

Repository
rC Clang

Event Timeline

eagleonhill created this revision.Apr 22 2019, 3:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2019, 3:43 PM
tra added a comment.Apr 22 2019, 4:26 PM

FYI, I have almost-ready set of patches to implement missing bits of sm_75 support, including this change:
https://reviews.llvm.org/D60279

I expect to land them some time this week.

That's great! will it be cherry-picked for clang8.1 if there's one?