Home
last modified time | relevance | path

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

/external/llvm-project/parallel-libs/acxxel/tests/
Dmulti_device_test.cpp34 auto Device1 = Platform->mallocD<int>(Length, 1).takeValue(); in TEST_P() local
41 EXPECT_FALSE(Stream1.asyncCopyHToD(AsyncA, Device1, Length) in TEST_P()
42 .asyncCopyDToH(Device1, AsyncB1, Length) in TEST_P()