OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:agent_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c
540
int
agent_count
;
member in struct:hsa_context_info
1490
agent_count
in hsa_context. */
1496
hsa_context.
agent_count
++;
1550
GCN_DEBUG ("There are %i GCN GPU devices.\n", hsa_context.
agent_count
);
1553
= GOMP_PLUGIN_malloc_cleared (hsa_context.
agent_count
1558
if (agent_index != hsa_context.
agent_count
)
1605
if (n >= hsa_context.
agent_count
)
3355
if (hsa_context.
agent_count
> 0
3360
return hsa_context.
agent_count
;
3371
if (n >= hsa_context.
agent_count
)
[
all
...]
/src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c
547
int
agent_count
;
member in struct:hsa_context_info
1443
agent_count
in hsa_context. */
1449
hsa_context.
agent_count
++;
1499
GCN_DEBUG ("There are %i GCN GPU devices.\n", hsa_context.
agent_count
);
1502
= GOMP_PLUGIN_malloc_cleared (hsa_context.
agent_count
1507
if (agent_index != hsa_context.
agent_count
)
1554
if (n >= hsa_context.
agent_count
)
3221
return hsa_context.
agent_count
;
3232
if (n >= hsa_context.
agent_count
)
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026