[PATCH] D37914: [OpenMP] Don't throw cudalib not found error if only front-end is required.
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 15 12:09:03 PDT 2017
tra added a comment.
BTW, at least for CUDA compilation, '-c' would still needs libdevice as device-side will compile PTX to SASS and will need all the symbols PTX may refer to.
Would that not be the case for OpenMP's compilation, too?
https://reviews.llvm.org/D37914
More information about the cfe-commits
mailing list