Home | History | Annotate | Download | only in plugin

Lines Matching refs:grid

200 /* Structure describing the run-time and grid properties of an HSA kernel
207 /* Size of the grid in the three respective dimensions. */
1151 /* Calculate the maximum grid size for OMP threads / OACC workers.
1300 GCN_DEBUG (" Dimension %u: grid size %u and group size %u\n", i,
1308 /* Return the group size given the requested GROUP size, GRID size and number
1309 of grid dimensions NDIM. */
1312 get_group_size (uint32_t ndim, uint32_t grid, uint32_t group)
1325 if (group > grid)
1326 group = grid;
2211 GCN_DEBUG ("GCN launch actuals: grid:[%u, %u, %u],"
2212 " normalized grid:[%u, %u, %u], workgroup:[%u, %u, %u]\n",
2513 /* Grid size. */
3098 The "grid size" specifies the size of the problem space, and the
3104 work-groups as it takes to process the entire grid, and each
3117 /* Grid size. */
3490 /* Grid size. */
3766 GCN_WARNING ("Will not run GCN kernel because the grid size is zero\n");
3792 GCN_WARNING ("Will not run GCN kernel because the grid size is zero\n");