HomeSort by: relevance | last modified time | path
    Searched defs:hsa_context (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c 408 /* The HSA ID of the agent. Assigned when hsa_context is initialized. */
552 static struct hsa_context_info hsa_context; variable in typeref:struct:hsa_context_info
1490 agent_count in hsa_context. */
1496 hsa_context.agent_count++;
1510 hsa_context.agents[*agent_index].id = agent;
1516 /* Initialize hsa_context if it has not already been done.
1527 if (hsa_context.initialized)
1550 GCN_DEBUG ("There are %i GCN GPU devices.\n", hsa_context.agent_count);
1552 hsa_context.agents
1553 = GOMP_PLUGIN_malloc_cleared (hsa_context.agent_coun
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 416 /* The HSA ID of the agent. Assigned when hsa_context is initialized. */
568 static struct hsa_context_info hsa_context; variable in typeref:struct:hsa_context_info
1443 agent_count in hsa_context. */
1449 hsa_context.agent_count++;
1463 hsa_context.agents[*agent_index].id = agent;
1469 /* Initialize hsa_context if it has not already been done.
1478 if (hsa_context.initialized)
1499 GCN_DEBUG ("There are %i GCN GPU devices.\n", hsa_context.agent_count);
1501 hsa_context.agents
1502 = GOMP_PLUGIN_malloc_cleared (hsa_context.agent_coun
    [all...]

Completed in 26 milliseconds