summaryrefslogtreecommitdiffstats
path: root/clang/lib/Headers/__clang_cuda_runtime_wrapper.h
Commit message (Expand)AuthorAgeFilesLines
* [CUDA] Implement __shfl* intrinsics in clang headers.Justin Lebar2016-06-091-6/+7
* [CUDA] Add -fcuda-approx-transcendentals flag.Justin Lebar2016-05-231-0/+14
* [CUDA] Implement __ldg using intrinsics.Justin Lebar2016-05-191-1/+5
* [CUDA] removed unneeded __nvvm_reflect_anchor()Artem Belevich2016-04-211-10/+0
* [CUDA] Tweak math forward declares so we're compatible with libstdc++4.9.Justin Lebar2016-04-071-0/+13
* [CUDA] Fix typo in __clang_cuda_runtime_wrapper.h.Justin Lebar2016-04-011-1/+1
* [CUDA] Add math forward declares to CUDA header wrapper.Justin Lebar2016-03-301-0/+3
* [CUDA] Don't define __NVCC__.Justin Lebar2016-03-231-1/+0
* [CUDA] Add conversion operators for threadIdx, blockIdx, gridDim, and blockDi...Justin Lebar2016-02-241-0/+27
* [CUDA] Add hack so code which includes "curand.h" doesn't break.Justin Lebar2016-02-241-0/+14
* Update functions in clang supplied headers to use the compiler reservedEric Christopher2016-02-121-26/+26
* [CUDA] added declarations for device-side system callsArtem Belevich2016-02-031-8/+35
* [CUDA] Implemented device-side support functions in <cmath>.Artem Belevich2016-01-261-1/+4
* [CUDA] Make printf work.Justin Lebar2016-01-231-0/+5
* [CUDA] runtime wrapper header tweaksArtem Belevich2015-12-171-3/+24
* [CUDA] renamed cuda_runtime.h wrapper to __cuda_runtime.hArtem Belevich2015-12-161-0/+195
OpenPOWER on IntegriCloud