Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/plugins/amdgpu/impl/
Dsystem.cpp434 int gpus_begin = cpu_procs.size(); in init_compute_and_memory() local
437 g_atmi_machine.devices_by_type[ATMI_DEVTYPE_GPU] = &all_devices[gpus_begin]; in init_compute_and_memory()
438 g_atmi_machine.devices_by_type[ATMI_DEVTYPE_iGPU] = &all_devices[gpus_begin]; in init_compute_and_memory()
439 g_atmi_machine.devices_by_type[ATMI_DEVTYPE_dGPU] = &all_devices[gpus_begin]; in init_compute_and_memory()
463 for (int i = gpus_begin; i < gpus_end; i++) { in init_compute_and_memory()