OpenCL kernels have hidden kernel arguments for global offset and printf buffer. For consistency, these hidden argument should be included in the runtime metadata. Also updated kernel argument kind metadata.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | ||
---|---|---|
884 ↗ | (On Diff #68383) | Should Pass MCStreamer & instead of unique_ptr & |
938–939 ↗ | (On Diff #68383) | Space before (. Should also move switch into function with return instead of assign and break |
940 ↗ | (On Diff #68383) | Should use enum |
1005 ↗ | (On Diff #68383) | Enum. Remove ! and swap order |