cuda::experimental::places::locality_domain_memory_disabled#
- inline bool cuda::experimental::places::locality_domain_memory_disabled(
Whether localized memory placement is disabled via the environment.
When
CUDASTF_DISABLE_LOCALIZED_MEMORYis set, locality-domain data places hand out plain device memory (CU_MEM_LOCATION_TYPE_DEVICE) instead of domain-localized memory. This is an A/B knob to benchmark localized execution with and without localized memory placement.