cubecl_hip_sys

Constant hipMemoryAdvise_hipMemAdviseSetCoarseGrain

Source
pub const hipMemoryAdvise_hipMemAdviseSetCoarseGrain: hipMemoryAdvise = 100;
Expand description

< The default memory model is fine-grain. That allows < coherent operations between host and device, while < executing kernels. The coarse-grain can be used < for data that only needs to be coherent at dispatch < boundaries for better performance