Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [HIP] Fix size_t for MSVC environment | Yaxun Liu | 2019-01-30 | 1 | -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 |