Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/ve/src/
H A Drtl.cpp120 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 DDeviceEnvironment.h20 uint32_t NumDevices; member
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DConfiguration.cpp38 return omptarget_device_environment.NumDevices; in getNumDevices()
/llvm-project-15.0.7/openmp/libomptarget/plugins/generic-elf-64bit/src/
H A Drtl.cpp97 RTLDeviceInfoTy(int32_t NumDevices) { FuncGblEntries.resize(NumDevices); } in RTLDeviceInfoTy() argument
/llvm-project-15.0.7/polly/tools/GPURuntime/
H A DGPUJIT.c107 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 DClient.cpp609 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 Drtl.cpp1801 HostDeviceEnv.NumDevices = NumberDevices; in DeviceEnvironment()