Home
last modified time | relevance | path

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

/external/llvm-project/parallel-libs/acxxel/tests/
Dmulti_device_test.cpp33 auto Device0 = Platform->mallocD<int>(Length, 0).takeValue(); in TEST_P() local
36 EXPECT_FALSE(Stream0.asyncCopyHToD(AsyncA, Device0, Length) in TEST_P()
37 .asyncCopyDToH(Device0, AsyncB0, Length) in TEST_P()