Searched refs:impl_kern_boundary_sync (Results 1 - 6 of 6) sorted by relevance

/gem5/src/gpu-compute/
H A Dshader.hh110 int impl_kern_boundary_sync; member in class:Shader
H A DGPU.py148 impl_kern_boundary_sync = Param.Bool(True, """Insert acq/rel packets into
H A Dshader.cc59 impl_kern_boundary_sync(p->impl_kern_boundary_sync),
H A Dcompute_unit.cc322 if (shader->impl_kern_boundary_sync) {
/gem5/tests/configs/
H A Dgpu-ruby.py185 # the acquire/release operation depending on this impl_kern_boundary_sync
189 shader.impl_kern_boundary_sync = False
191 shader.impl_kern_boundary_sync = True
/gem5/configs/example/
H A Dapu_se.py214 # the acquire/release operation depending on this impl_kern_boundary_sync
218 shader.impl_kern_boundary_sync = False
220 shader.impl_kern_boundary_sync = True

Completed in 18 milliseconds