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

/gem5/configs/common/
H A DGPUTLBConfig.py77 def config_tlb_hierarchy(options, system, shader_idx):
169 (shader_idx, cu_idx, tlb, cu_idx*tlb_per_cu+tlb, 0))
173 (shader_idx, cu_idx, tlb_per_cu, cu_idx / (n_cu / num_TLBs), cu_idx % (n_cu / num_TLBs)))
186 (shader_idx, index, sqc_tlb_index, sqc_tlb_port_id))
/gem5/tests/configs/
H A Dgpu-ruby.py251 shader_idx = 1 variable
278 GPUTLBConfig.config_tlb_hierarchy(options, system, shader_idx)
315 system.cpu[shader_idx].CUs[i].memory_port[j] = \
322 system.cpu[shader_idx].CUs[i].sqc_port = \
/gem5/configs/example/
H A Dapu_se.py282 shader_idx = options.num_cpus variable
285 cp_idx = shader_idx + 1
442 GPUTLBConfig.config_tlb_hierarchy(options, system, shader_idx)
487 system.cpu[shader_idx].CUs[i].memory_port[j] = \
495 system.cpu[shader_idx].CUs[i].sqc_port = \

Completed in 9 milliseconds