Searched refs:isGloballyCoherent (Results 1 - 3 of 3) sorted by relevance

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc492 GPUDynInst::isGloballyCoherent() const function in class:GPUDynInst
494 return _staticInst->isGloballyCoherent();
H A Dgpu_static_inst.hh190 * isGloballyCoherent(): returns true if kernel is sharing memory
196 bool isGloballyCoherent() const { return _flags[GloballyCoherent]; } function in class:GPUStaticInst
H A Dgpu_dyn_inst.hh345 bool isGloballyCoherent() const;

Completed in 12 milliseconds