Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_memory_pool.cc27 static const size_t ASCEND_DYNAMIC_MEM_ALLOC_UNIT_SIZE = 256 << 20; variable
59 auto alloc_mem_size = ASCEND_DYNAMIC_MEM_ALLOC_UNIT_SIZE; in CalMemBlockAllocSize()