Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Dsystem.cpp164 atl_context_t atlc = {.struct_initialized = false}; variable
170 if (!atlc.g_hsa_initialized) in GetMachineInfo()
239 atlc_p = &atlc; in atmi_init_context_structs()
240 atlc.struct_initialized = true; /* This only gets called one time */ in atmi_init_context_structs()
241 atlc.g_hsa_initialized = false; in atmi_init_context_structs()
242 atlc.g_gpu_initialized = false; in atmi_init_context_structs()
243 atlc.g_tasks_initialized = false; in atmi_init_context_structs()
512 if (atlc.g_hsa_initialized == false) { in init_hsa()
531 atlc.g_hsa_initialized = true; in init_hsa()
538 if (atlc.g_tasks_initialized != false) in init_tasks()
[all …]
Dinternal.h81 extern atl_context_t atlc;