| commit | cdda3daa7f227933a0624a16d4628f4a648b68de | [log] [tgz] |
|---|---|---|
| author | Arpith Chacko Jacob <acjacob@us.ibm.com> | Sun Jan 29 20:49:31 2017 +0000 |
| committer | Arpith Chacko Jacob <acjacob@us.ibm.com> | Sun Jan 29 20:49:31 2017 +0000 |
| tree | 0b781d6eaa1acdc0a5cd01fa461c37b76def67e3 | |
| parent | bf0261d518dbb328eab12800a007cb2ecd682d09 [diff] |
[OpenMP][NVPTX][CUDA] Adding support for printf for an NVPTX OpenMP device. Support for CUDA printf is exploited to support printf for an NVPTX OpenMP device. To reflect the support of both programming models, the file CGCUDABuiltin.cpp has been renamed to CGGPUBuiltin.cpp, and the call EmitCUDADevicePrintfCallExpr has been renamed to EmitGPUDevicePrintfCallExpr. Reviewers: jlebar Differential Revision: https://reviews.llvm.org/D17890 llvm-svn: 293444