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

/gem5/src/gpu-compute/
H A Dcompute_unit.cc846 // translation is done. Schedule the mem_req_event at the
848 EventFunctionWrapper *mem_req_event = local
855 schedule(mem_req_event, curTick() + req_tick_latency);
925 EventFunctionWrapper *mem_req_event = local
937 schedule(mem_req_event, curTick() + req_tick_latency);
1222 // translation is done. Schedule the mem_req_event at the appropriate
1224 EventFunctionWrapper *mem_req_event = local
1231 computeUnit->schedule(mem_req_event, curTick() +

Completed in 13 milliseconds