Home
last modified time | relevance | path

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

/external/llvm-project/parallel-libs/acxxel/tests/
Dmulti_device_test.cpp22 auto B1Span = acxxel::Span<int>(B1.get(), Length); in TEST_P() local
29 auto AsyncB1 = Platform->registerHostMem(B1Span).takeValue(); in TEST_P()