cub::CacheStoreModifier
Defined in cub/thread/thread_store.cuh
-
enum cub::CacheStoreModifier
Enumeration of cache modifiers for memory store operations.
Values:
-
enumerator STORE_DEFAULT
Default (no modifier)
-
enumerator STORE_WB
Cache write-back all coherent levels.
-
enumerator STORE_CG
Cache at global level.
-
enumerator STORE_CS
Cache streaming (likely to be accessed once)
-
enumerator STORE_WT
Cache write-through (to system memory)
-
enumerator STORE_VOLATILE
Volatile shared (any memory space)
-
enumerator STORE_DEFAULT