OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gdims
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c
219
uint32_t
gdims
[3];
member in struct:GOMP_kernel_launch_attributes
1269
def->
gdims
[0] = get_cu_count (agent); // * (40 / gcn_threads);
1270
def->
gdims
[2] = gcn_threads;
1275
def->
gdims
[0] = get_cu_count (agent); // * (40 / gcn_threads);
1276
def->
gdims
[2] = gcn_threads;
1283
def->
gdims
[0] = gcn_teams;
1284
def->
gdims
[2] = 16; // get_cu_count (agent) * 40 / gcn_teams;
1285
if (def->
gdims
[2] == 0)
1286
def->
gdims
[2] = 1;
1287
else if (def->
gdims
[2] > max_threads
[
all
...]
/src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c
208
uint32_t
gdims
[3];
member in struct:GOMP_kernel_launch_attributes
1243
def->
gdims
[0] = get_cu_count (agent); // * (40 / gcn_threads);
1244
def->
gdims
[2] = gcn_threads;
1249
def->
gdims
[0] = get_cu_count (agent); // * (40 / gcn_threads);
1250
def->
gdims
[2] = gcn_threads;
1257
def->
gdims
[0] = gcn_teams;
1258
def->
gdims
[2] = 16; // get_cu_count (agent) * 40 / gcn_teams;
1259
if (def->
gdims
[2] == 0)
1260
def->
gdims
[2] = 1;
1261
else if (def->
gdims
[2] > max_threads
[
all
...]
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026