[PATCH] D16097: [CUDA] Add explicit mapping from sm_XX to compute_YY.
Justin Lebar via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 12 13:52:16 PST 2016
jlebar added a comment.
In http://reviews.llvm.org/D16097#325093, @echristo wrote:
> Seems reasonable. Why remove all of the tests though?
Previously we were checking that the arch was of the form /^sm_\d+$/ -- now we're checking that it's one of some list of acceptable things. I figured that the edge-casey tests aren't as useful in that latter case, but I can add them back if you like, not a big deal.
http://reviews.llvm.org/D16097
More information about the cfe-commits
mailing list