This revision was automatically updated to reflect the committed changes.
Closed by commit rL312736: [CUDA] When compilation fails, print the compilation
mode. (authored by jlebar).
Changed prior to commit:
https://reviews.llvm.org/D37548?vs=114112&id=114222#toc
Repository:
rL LLVM
https://
tra accepted this revision.
tra added a comment.
This revision is now accepted and ready to land.
Nice.
https://reviews.llvm.org/D37548
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commit
jlebar created this revision.
Herald added a subscriber: sanjoy.
That is, instead of "1 error generated", we now say "1 error generated
when compiling for sm_35".
This (partially) solves a usability foogtun wherein e.g. users call a
function that's only defined on sm_60 when compiling for sm_35,