Details
Details
- Reviewers
nhaustov • tstellarAMD arsenm
Diff Detail
Diff Detail
Event Timeline
| lib/Target/AMDGPU/AMDGPURuntimeMetadata.h | ||
|---|---|---|
| 136–141 | Should probably have the values for flat and region | |
| lib/Target/AMDGPU/AMDGPURuntimeMetadata.h | ||
|---|---|---|
| 136–141 | This is for OpenCL kernel argument reflection. flat and region address spaces do not show up in kernel arguments. | |
| lib/Target/AMDGPU/AMDGPURuntimeMetadata.h | ||
|---|---|---|
| 136–141 | Region would if that extension were ever finished. There's no real reason we can't support flat either. The values should be there to make sure they are reserved / keep the same values as the address space enum | |
| lib/Target/AMDGPU/AMDGPURuntimeMetadata.h | ||
|---|---|---|
| 136–141 | What is the value for region and flat address space? Thanks. | |
| lib/Target/AMDGPU/AMDGPURuntimeMetadata.h | ||
|---|---|---|
| 136–141 | generic is 4 and region is 5 | |