Home
last modified time | relevance | path

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

/external/llvm-project/parallel-libs/acxxel/tests/
Dmulti_device_test.cpp12 int DeviceCount = Platform->getDeviceCount().getValue(); in TEST_P() local
13 EXPECT_GT(DeviceCount, 0); in TEST_P()
54 int DeviceCount = Platform->getDeviceCount().getValue(); in TEST_P() local
55 EXPECT_GT(DeviceCount, 0); in TEST_P()
Dacxxel_test.cpp29 int DeviceCount = Platform->getDeviceCount().getValue(); in TEST_P() local
30 EXPECT_GE(DeviceCount, 0); in TEST_P()
/external/tensorflow/tensorflow/lite/nnapi/
Dnnapi_handler.h55 template <int DeviceCount>
58 *numDevices = DeviceCount; in GetDeviceCountReturnsCount()
/external/llvm-project/parallel-libs/acxxel/
Dcuda_acxxel.cpp166 int DeviceCount = 0; in create() local
167 if (CUresult Result = cuDeviceGetCount(&DeviceCount)) in create()
170 for (int I = 0; I < DeviceCount; ++I) { in create()
/external/llvm-project/polly/tools/GPURuntime/
DGPUJIT.c1169 int DeviceCount = 0; in initContextCUDA() local
1188 CuDeviceGetCountFcnPtr(&DeviceCount); in initContextCUDA()
1189 if (DeviceCount == 0) { in initContextCUDA()