Home
last modified time | relevance | path

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

/external/pytorch/c10/xpu/test/impl/
DXPUCachingAllocatorTest.cpp17 auto* xpu_allocator = c10::GetAllocator(buffer.device().type()); in TEST() local
18 EXPECT_EQ(allocator, xpu_allocator); in TEST()