This is an archive of the discontinued LLVM Phabricator instance.

[CUDA] Add basic support for CUDA-10.1
ClosedPublic

Authored by tra on Feb 5 2019, 10:58 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

tra created this revision.Feb 5 2019, 10:58 AM
tra updated this revision to Diff 185353.Feb 5 2019, 11:02 AM

Make the function object local.

jlebar accepted this revision.Feb 5 2019, 1:45 PM
jlebar added inline comments.
clang/lib/CodeGen/CGCUDANV.cpp
620 ↗(On Diff #185353)

Was confused by this sentence for a while. Maybe change to "Check whether cuda version requires ...."?

This revision is now accepted and ready to land.Feb 5 2019, 1:45 PM
tra updated this revision to Diff 185398.Feb 5 2019, 1:53 PM

Made a comment more readable.

tra marked an inline comment as done.Feb 5 2019, 1:53 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 5 2019, 2:39 PM