llvm-project
c6ecbcb4 - [AMDGPU] Fix no waitcnt produced between LDS DMA and ds_read on gfx10 (#75245)

Commit
1 year ago
[AMDGPU] Fix no waitcnt produced between LDS DMA and ds_read on gfx10 (#75245) BUFFER_LOAD_DWORD_LDS was incorrectly touching vscnt instead of the vmcnt. This is VMEM load and DS store, so it shall use vmcnt.
Author
Parents
Loading