已合并
优化segment_sum模板条件 #2199
z30075199创建于 2月28日
优化segment_sum模板条件 #2199
已合并
z30075199创建于 2月28日
1 个文件变更+1-1
@@ -19,7 +19,7 @@ namespace optiling {
19 19 
20const static uint64_t SIMD_ATOMIC_SUPPORT_KEY = 2000;20const static uint64_t SIMD_ATOMIC_SUPPORT_KEY = 2000;
21const static uint64_t SIMD_DETERM_KEY = 2002;21const static uint64_t SIMD_DETERM_KEY = 2002;
22-static constexpr int64_t SIMD_INNER_THRES = 1024;22+static constexpr int64_t SIMD_INNER_THRES = 512;
23static constexpr int64_t BLOCK_TILING_THRES = 512;23static constexpr int64_t BLOCK_TILING_THRES = 512;
24static constexpr int64_t INNER_ADD_NUM = 128;24static constexpr int64_t INNER_ADD_NUM = 128;
25static constexpr int64_t BASE_BLOCK_ALIGN = 512;25static constexpr int64_t BASE_BLOCK_ALIGN = 512;