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

/gem5/configs/common/
H A DGPUTLBConfig.py78 n_cu = options.num_compute_units
84 num_TLBs = 64 * n_cu
88 num_TLBs = n_cu
90 num_TLBs = n_cu >> 1
163 tlb_per_cu = num_TLBs // n_cu
164 for cu_idx in range(n_cu):
173 (shader_idx, cu_idx, tlb_per_cu, cu_idx / (n_cu / num_TLBs), cu_idx % (n_cu / num_TLBs)))
181 for index in range(n_cu):
/gem5/src/gpu-compute/
H A Dshader.cc61 trace_vgpr_all(1), n_cu((p->CUs).size()), n_wf(p->n_wf),
66 cuList.resize(n_cu);
68 for (int i = 0; i < n_cu; ++i) {
119 for (int j = 0; j < n_cu; ++j)
169 for (int i = 0; i < n_cu; ++i)
180 while (cuCount < n_cu) {
182 nextSchedCu = (nextSchedCu + 1) % n_cu;
274 // fixme: this should be cuList[cu_id] if cu_id != n_cu
293 // fixme: this should be cuList[cu_id] if cu_id != n_cu
305 for (int i_cu = 0; i_cu < n_cu;
[all...]
H A Dshader.hh119 int n_cu; member in class:Shader
/gem5/tests/configs/
H A Dgpu-ruby.py167 n_cu = options.num_compute_units variable
168 num_sqc = int(math.ceil(float(n_cu) / options.cu_per_sqc))
200 for i in range(n_cu):
311 for i in range(n_cu):
319 for i in range(n_cu):
/gem5/configs/example/
H A Druby_gpu_random_test.py101 n_cu = options.num_compute_units variable
103 options.num_sqc = int((n_cu + options.cu_per_sqc - 1) // options.cu_per_sqc)
H A Dapu_se.py197 n_cu = options.num_compute_units variable
198 num_sqc = int(math.ceil(float(n_cu) / options.cu_per_sqc))
229 for i in range(n_cu):
483 for i in range(n_cu):
491 for i in range(n_cu):

Completed in 12 milliseconds