summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCUDA/amdgpu-size_t.cu
Commit message (Collapse)AuthorAgeFilesLines
* [HIP] Fix size_t for MSVC environmentYaxun Liu2019-01-301-0/+7
In 64 bit MSVC environment size_t is defined as unsigned long long. In single source language like HIP, data layout should be consistent in device and host compilation, therefore copy data layout controlling fields from Aux target for AMDGPU target. Differential Revision: https://reviews.llvm.org/D56318 llvm-svn: 352620
OpenPOWER on IntegriCloud