Home
last modified time | relevance | path

Searched defs:kRoundLarge (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/mps/
H A DMPSAllocator.h24 static const size_t kRoundLarge = MB(2); // round up large allocations to 2 MiB variable
/aosp_15_r20/external/pytorch/c10/xpu/
H A DXPUCachingAllocator.cpp27 constexpr size_t kRoundLarge = 2097152; variable
/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDACachingAllocator.cpp126 constexpr size_t kRoundLarge = 2097152; // round up large allocations to 2 MiB variable