Searched refs:timing (Results 26 - 28 of 28) sorted by relevance

12

/gem5/tests/configs/
H A Dgpu-ruby.py178 timing = True) variable
264 mem_mode = 'timing')
351 root.system.mem_mode = 'timing'
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc703 bool &delayedResponse, bool timing, int &latency)
788 if (timing) {
804 if (timing)
831 if (timing) {
1381 * recvTiming receives a coalesced timing request from a TLBCoalescer
701 translate(const RequestPtr &req, ThreadContext *tc, Translation *translation, Mode mode, bool &delayedResponse, bool timing, int &latency) argument
/gem5/configs/example/
H A Dapu_se.py184 # Currently the gpu model requires only timing or detailed CPU
294 if mem_mode != 'timing':
295 fatal("Only the timing memory mode is supported")
296 shader.timing = True
308 # Leave shader.timing untouched, because its value only matters at the

Completed in 14 milliseconds

12