No way to describe buffers as device-local
Open
- Dominant language
- C++
- Stars
- 228
- Forks
- 77
- PR merge metrics
- No merged PRs in 30d
Description
Some tests in the VK CTS are using lots of atomics and can be quite slow due to the atomic operations going to system memory.
It would be nice to be able describe buffer/resources as device-only so that they can be allocated in device-local memory.
Contributor guide
Assessment
This issue has not been assessed yet.