Searched refs:NumDevices (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/plugins/ve/src/ |
| H A D | rtl.cpp | 120 int NumDevices = NodeIds.size(); in RTLDeviceInfoTy() local 121 DP("Found %i VE devices\n", NumDevices); in RTLDeviceInfoTy() 122 ProcHandles.resize(NumDevices, NULL); in RTLDeviceInfoTy() 123 Contexts.resize(NumDevices, NULL); in RTLDeviceInfoTy() 124 FuncOrGblEntry.resize(NumDevices); in RTLDeviceInfoTy() 125 LibraryHandles.resize(NumDevices); in RTLDeviceInfoTy()
|
| /llvm-project-15.0.7/openmp/libomptarget/include/ |
| H A D | DeviceEnvironment.h | 20 uint32_t NumDevices; member
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | Configuration.cpp | 38 return omptarget_device_environment.NumDevices; in getNumDevices()
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/generic-elf-64bit/src/ |
| H A D | rtl.cpp | 97 RTLDeviceInfoTy(int32_t NumDevices) { FuncGblEntries.resize(NumDevices); } in RTLDeviceInfoTy() argument
|
| /llvm-project-15.0.7/polly/tools/GPURuntime/ |
| H A D | GPUJIT.c | 107 cl_uint *NumDevices); 122 const cl_context_properties *Properties, cl_uint NumDevices, 148 clCreateProgramWithLLVMIntelFcnTy(cl_context Context, cl_uint NumDevices, 154 cl_context Context, cl_uint NumDevices, const cl_device_id *DeviceList, 160 cl_program Program, cl_uint NumDevices, const cl_device_id *DeviceList,
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/ |
| H A D | Client.cpp | 609 if (auto NumDevices = Client.getNumberOfDevices()) { in getNumberOfDevices() local 610 Devices.push_back(NumDevices); in getNumberOfDevices()
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/ |
| H A D | rtl.cpp | 1801 HostDeviceEnv.NumDevices = NumberDevices; in DeviceEnvironment()
|