kernel.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¶
kernel.async.cluster.gather.cache_scopekernel.async.cluster.gather.mask.cache_scopekernel.async.copy.cache_scopekernel.async.copy.mask.cache_scopekernel.async.gather.cache_scopekernel.async.gather.mask.cache_scopekernel.async.tensor.load.to.lds.cache_scopekernel.async.tensor.store.from.lds.cache_scope