Home
last modified time | relevance | path

Searched refs:agent_profile (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Dsystem.cpp1028 hsa_profile_t agent_profile; in callbackEvent() local
1030 err = hsa_agent_get_info(agent, HSA_AGENT_INFO_PROFILE, &agent_profile); in callbackEvent()
1034 agent_profile = HSA_PROFILE_FULL; in callbackEvent()
1036 err = hsa_executable_create(agent_profile, HSA_EXECUTABLE_STATE_UNFROZEN, "", in callbackEvent()