Home | History | Annotate | Download | only in plugin

Lines Matching refs:agents

540 /* Information about the whole HSA environment and all of its agents.  */
546 /* Number of usable GPU HSA agents in the system. */
548 /* Array of agent_info structures describing the individual HSA agents. */
549 struct agent_info *agents;
566 /* Information about the whole HSA environment and all of its agents. */
1463 hsa_context.agents[*agent_index].id = agent;
1501 hsa_context.agents
1506 return hsa_error ("Scanning compute agents failed", status);
1509 GOMP_PLUGIN_error ("Failed to assign IDs to all GCN agents");
1517 GOMP_PLUGIN_error ("Failed to list all HSA runtime agents");
1559 if (!hsa_context.agents[n].initialized)
1564 return &hsa_context.agents[n];
3237 struct agent_info *agent = &hsa_context.agents[n];