llvm-project
c6ecbcb4
- [AMDGPU] Fix no waitcnt produced between LDS DMA and ds_read on gfx10 (#75245)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#75245 - [AMDGPU] Fix no waitcnt produced between LDS DMA and ds_read on gfx10
Author
rampitec
Parents
a5ffabce
Loading