CacheLoadModifier
#
-
enum cub::CacheLoadModifier#
Enumeration of cache modifiers for memory load operations.
Values:
-
enumerator LOAD_DEFAULT#
Default (no modifier)
-
enumerator LOAD_CA#
Cache at all levels.
-
enumerator LOAD_CG#
Cache at global level.
-
enumerator LOAD_CS#
Cache streaming (likely to be accessed once)
-
enumerator LOAD_CV#
Cache as volatile (including cached system lines)
-
enumerator LOAD_LDG#
Cache as texture.
-
enumerator LOAD_VOLATILE#
Volatile (any memory space)
-
enumerator LOAD_DEFAULT#