Home
last modified time | relevance | path

Searched defs:NumDevices (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/include/
H A DDeviceEnvironment.h20 uint32_t NumDevices; member
/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()
/llvm-project-15.0.7/openmp/libomptarget/plugins/ve/src/
H A Drtl.cpp120 int NumDevices = NodeIds.size(); in RTLDeviceInfoTy() local
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/
H A DClient.cpp609 if (auto NumDevices = Client.getNumberOfDevices()) { in getNumberOfDevices() local