Home | History | Annotate | Download | only in plugin

Lines Matching refs:grid

211 /* Structure describing the run-time and grid properties of an HSA kernel
218 /* Size of the grid in the three respective dimensions. */
1165 /* Calculate the maximum grid size for OMP threads / OACC workers.
1326 GCN_DEBUG (" Dimension %u: grid size %u and group size %u\n", i,
1334 /* Return the group size given the requested GROUP size, GRID size and number
1335 of grid dimensions NDIM. */
1338 get_group_size (uint32_t ndim, uint32_t grid, uint32_t group)
1351 if (group > grid)
1352 group = grid;
2367 GCN_DEBUG ("GCN launch actuals: grid:[%u, %u, %u],"
2368 " normalized grid:[%u, %u, %u], workgroup:[%u, %u, %u]\n",
2670 /* Grid size. */
3239 The "grid size" specifies the size of the problem space, and the
3245 work-groups as it takes to process the entire grid, and each
3258 /* Grid size. */
3722 /* Grid size. */
4362 GCN_WARNING ("Will not run GCN kernel because the grid size is zero\n");
4388 GCN_WARNING ("Will not run GCN kernel because the grid size is zero\n");