Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDACachingAllocator.cpp2931 std::vector<Block*> to_unmap; in release_blocks() local
2941 to_unmap.push_back(block); in release_blocks()
2946 for (Block* block : to_unmap) { in release_blocks()