[PATCH] D57771: [CUDA] Add basic support for CUDA-10.1
Justin Lebar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 5 13:45:49 PST 2019
jlebar accepted this revision.
jlebar added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/lib/CodeGen/CGCUDANV.cpp:620
+
+ // CUDA version requires calling __cudaRegisterFatBinaryEnd(Handle);
+ if (CudaFeatureEnabled(CGM.getTarget().getSDKVersion(),
----------------
Was confused by this sentence for a while. Maybe change to "Check whether cuda version requires ...."?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57771/new/
https://reviews.llvm.org/D57771
More information about the cfe-commits
mailing list