Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AMDGPU] Increased the number of implicit argument bytes for both OpenCL and ↵ | Christudasan Devadasan | 2019-07-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | HIP (CLANG). To enable a new implicit kernel argument, increased the number of argument bytes from 48 to 56. Reviewed By: yaxunl Differential Revision: https://reviews.llvm.org/D63756 llvm-svn: 365643 | ||||
* | [AMDGPU] Enable the implicit arguments for HIP (CLANG) | Yaxun Liu | 2019-06-14 | 1 | -0/+8 |
Enable 48-bytes of implicit arguments for HIP as well. Earlier it was enabled for OpenCL. This code is specific to AMDGPU target. Differential Revision: https://reviews.llvm.org/D62244 llvm-svn: 363414 |