Home
last modified time | relevance | path

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

/external/llvm-project/parallel-libs/acxxel/tests/
Dacxxel_test.cpp28 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
139 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
168 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
169 acxxel::Stream Stream = Platform->createStream().takeValue(); in TEST_P()
173 Platform->mallocD<int>(arraySize(A)).takeValue(); in TEST_P()
182 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
183 acxxel::Stream Stream = Platform->createStream().takeValue(); in TEST_P()
187 Platform->mallocD<int>(arraySize(A)).takeValue(); in TEST_P()
189 Platform->mallocD<int>(arraySize(A)).takeValue(); in TEST_P()
199 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
[all …]
Dmulti_device_test.cpp11 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
27 auto AsyncA = Platform->registerHostMem(ASpan).takeValue(); in TEST_P()
28 auto AsyncB0 = Platform->registerHostMem(B0Span).takeValue(); in TEST_P()
29 auto AsyncB1 = Platform->registerHostMem(B1Span).takeValue(); in TEST_P()
31 acxxel::Stream Stream0 = Platform->createStream(0).takeValue(); in TEST_P()
32 acxxel::Stream Stream1 = Platform->createStream(1).takeValue(); in TEST_P()
33 auto Device0 = Platform->mallocD<int>(Length, 0).takeValue(); in TEST_P()
34 auto Device1 = Platform->mallocD<int>(Length, 1).takeValue(); in TEST_P()
53 acxxel::Platform *Platform = GetParam()().takeValue(); in TEST_P()
57 acxxel::Stream Stream0 = Platform->createStream(0).takeValue(); in TEST_P()
[all …]
Dopencl_test.cpp34 acxxel::Stream Stream = OpenCL->createStream().takeValue(); in TEST()
35 auto DeviceX = OpenCL->mallocD<float>(Length).takeValue(); in TEST()
36 auto DeviceY = OpenCL->mallocD<float>(Length).takeValue(); in TEST()
43 .takeValue(); in TEST()
44 acxxel::Kernel Kernel = Program.createKernel("saxpyKernel").takeValue(); in TEST()
Dstatus_test.cpp51 EXPECT_EQ(1, E2.takeValue()->Count); in TEST()
/external/llvm-project/parallel-libs/acxxel/examples/
Dopencl_example.cpp30 acxxel::Stream Stream = OpenCL->createStream().takeValue(); in saxpy()
31 auto DeviceX = OpenCL->mallocD<float>(N).takeValue(); in saxpy()
32 auto DeviceY = OpenCL->mallocD<float>(N).takeValue(); in saxpy()
38 .takeValue(); in saxpy()
39 acxxel::Kernel Kernel = Program.createKernel("saxpyKernel").takeValue(); in saxpy()
Dsimple_example.cu32 acxxel::Stream Stream = CUDA->createStream().takeValue(); in saxpy()
35 auto DeviceX = CUDA->mallocD<float>(N).takeValue(); in saxpy()
36 auto DeviceY = CUDA->mallocD<float>(N).takeValue(); in saxpy()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DClangdLSPServerTests.cpp112 EXPECT_EQ(Def.takeValue(), Want); in TEST_F()
185 .takeValue(); in TEST_F()
190 .takeValue(); in TEST_F()
DLSPClient.h36 llvm::json::Value takeValue();
DLSPClient.cpp28 llvm::json::Value LSPClient::CallResult::takeValue() { in takeValue() function in clang::clangd::LSPClient::CallResult
191 void LSPClient::sync() { call("sync", nullptr).takeValue(); } in sync()
/external/llvm-project/parallel-libs/acxxel/
Dstatus.h216 T takeValue() { in takeValue() function
Dcuda_acxxel.cpp503 return new CUDAPlatform(CreationResult.takeValue()); in getPlatform()
Dopencl_acxxel.cpp543 return new OpenCLPlatform(CreationResult.takeValue()); in getPlatform()
/external/llvm-project/mlir/lib/Bindings/Python/
DPybindUtils.h179 pybind11::str takeValue() {
/external/kotlinc/lib/
Dkotlin-main-kts.jarMETA-INF/ META-INF/MANIFEST.MF DebugProbesKt.bin META-INF/LICENSE ...