Searched refs:SHARED_MEM_PER_BLOCK (Results 1 – 3 of 3) sorted by relevance
69 #define SHARED_MEM_PER_BLOCK mindspore::device::gpu::CudaCommon::GetInstance().share_memory_size() macro
190 …s_large_matrix = short_side >= kMinDimensionToUseTiles && ShmemReqLargeMat <= SHARED_MEM_PER_BLOCK; in Swap3DTensorLast2Dim()198 ShmemReqNarrowMat <= SHARED_MEM_PER_BLOCK; in Swap3DTensorLast2Dim()
153 if (required_sharedmem_size > SHARED_MEM_PER_BLOCK || bias_size_ <= 6) { in MethodSelection()