Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Dsystem.cpp144 static std::vector<hsa_executable_t> g_executables; variable
217 for (uint32_t i = 0; i < g_executables.size(); i++) { in Finalize()
218 err = hsa_executable_destroy(g_executables[i]); in Finalize()
1084 g_executables.push_back(executable); in callbackEvent()