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