Home
last modified time | relevance | path

Searched refs:mempool (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/pytorch/c10/cuda/
H A DCUDAMallocAsyncAllocator.cpp151 cudaMemPool_t mempool = nullptr; in lazy_init_device() local
152 C10_CUDA_CHECK(cudaDeviceGetDefaultMemPool(&mempool, device)); in lazy_init_device()
155 mempool, cudaMemPoolAttrReleaseThreshold, &threshold)); in lazy_init_device()
161 mempool, cudaMemPoolReuseFollowEventDependencies, &enable)); in lazy_init_device()
163 mempool, cudaMemPoolReuseAllowOpportunistic, &enable)); in lazy_init_device()
165 mempool, cudaMemPoolReuseAllowInternalDependencies, &enable)); in lazy_init_device()
491 cudaMemPool_t mempool = nullptr; in emptyCache() local
492 cudaDeviceGetDefaultMemPool(&mempool, dev); in emptyCache()
494 cudaMemPoolTrimTo(mempool, 0); in emptyCache()
686 cudaMemPool_t mempool = nullptr; in getDeviceStats() local
[all …]
H A DCUDACachingAllocator.h480 MemPoolContext(MemPool* mempool);
H A DCUDACachingAllocator.cpp3830 MemPoolContext::MemPoolContext(MemPool* mempool) in MemPoolContext() argument
3832 active_mempool_ = mempool; in MemPoolContext()
/aosp_15_r20/external/mesa3d/src/util/
H A Dslab.c299 slab_alloc_st(struct slab_mempool *mempool) in slab_alloc_st() argument
301 return slab_alloc(&mempool->child); in slab_alloc_st()
308 slab_free_st(struct slab_mempool *mempool, void *ptr) in slab_free_st() argument
310 slab_free(&mempool->child, ptr); in slab_free_st()
314 slab_destroy(struct slab_mempool *mempool) in slab_destroy() argument
316 slab_destroy_child(&mempool->child); in slab_destroy()
317 slab_destroy_parent(&mempool->parent); in slab_destroy()
327 slab_create(struct slab_mempool *mempool, in slab_create() argument
331 slab_create_parent(&mempool->parent, item_size, num_items); in slab_create()
332 slab_create_child(&mempool->child, &mempool->parent); in slab_create()
H A Dslab.h93 void slab_create(struct slab_mempool *mempool,
96 void slab_destroy(struct slab_mempool *mempool);
97 void *slab_alloc_st(struct slab_mempool *mempool);
98 void slab_free_st(struct slab_mempool *mempool, void *ptr);
/aosp_15_r20/external/mesa3d/src/freedreno/decode/
H A Dcrashdec-mempool.c74 dump_cp_mem_pool(uint32_t *mempool) in dump_cp_mem_pool() argument
116 small_mem_pool ? &mempool[0x800] : &mempool[0x1000]; in dump_cp_mem_pool()
220 small_mem_pool ? &mempool[0xc00] : &mempool[0x1800]; in dump_cp_mem_pool()
227 small_mem_pool ? &mempool[0x1000] : &mempool[0x2000]; in dump_cp_mem_pool()
284 uint32_t *chunk_ptr = &mempool[cur_block * 0x20 + cur_chunk * 4]; in dump_cp_mem_pool()
H A Dcrashdec.h82 void dump_cp_mem_pool(uint32_t *mempool);
H A Dmeson.build218 'crashdec-mempool.c',
/aosp_15_r20/external/pytorch/torch/cuda/
H A Dgraphs.py311 mempool = graph_pool_handle() if pool is None else pool
350 with torch.cuda.graph(fwd_graph, pool=mempool):
375 with torch.cuda.graph(bwd_graph, pool=mempool):
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A DCUDAGraph.cpp118 auto mempool = c10::cuda::MemPool({}, false); in capture_begin() local
119 mempool_id_ = mempool.id(); in capture_begin()
/aosp_15_r20/external/sandboxed-api/sandboxed_api/bazel/external/
H A Dlibunwind.BUILD38 "include/mempool.h",
87 "src/mi/mempool.c",
/aosp_15_r20/external/sandboxed-api/cmake/
H A Dlibunwind.cmake127 ${libunwind_SOURCE_DIR}/include/mempool.h
163 ${libunwind_SOURCE_DIR}/src/mi/mempool.c
/aosp_15_r20/external/pytorch/test/
H A Dtest_cuda.py2859 mempool = torch.cuda.graph_pool_handle()
2865 graphed_model, (x,), pool=mempool
/aosp_15_r20/external/rust/android-crates-io/crates/regex/
DCHANGELOG.md1106 Use of the `mempool` crate (which used thread local storage) was replaced
/aosp_15_r20/external/pytorch/torch/_C/
H A D__init__.pyi.in1818 def _cuda_getCheckpointState(device: _int, mempool: Tuple[_int, _int]) -> _cuda_CUDAAllocator_Alloc…
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/
H A DCHANGELOG.md1595 Use of the `mempool` crate (which used thread local storage) was replaced
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D24.2.0.rst3383 - panvk: Make mempool detect NULL BOs
3387 - panvk: Fix device mempool leaks
H A D19.0.0.rst1140 - util/slab: Rename slab_mempool typed parameters to mempool
H A D22.0.0.rst3799 - freedreno/crashdec: Split out mempool decoding
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h97164 mempool_t *mempool; member
H A Dvmlinux_600.h97164 mempool_t *mempool; member
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/
H A Dvmlinux.h93137 mempool_t *mempool; member
H A Dvmlinux_602.h93137 mempool_t *mempool; member
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h76661 mempool_t *mempool; member
H A Dvmlinux_518.h76661 mempool_t *mempool; member

12