view.CacheScope enum¶
Target-independent cache scope for memory operations.
Cases¶
| Keyword | Value | Description |
|---|---|---|
cu |
0 | Cache/coherency scope is the compute unit. |
se |
1 | Cache/coherency scope is the shader engine. |
device |
2 | Cache/coherency scope is the current device. |
system |
3 | Cache/coherency scope is the full system. |
Used by¶
view.atomic.cmpxchg.cache_scopeview.atomic.reduce.cache_scopeview.atomic.rmw.cache_scopeview.load.cache_scopeview.store.cache_scope