Skip to content

Commit 06dfe27

Browse files
committed
修复文件冲突
Signed-off-by: wangqiankun <[email protected]>
1 parent 6735410 commit 06dfe27

File tree

3 files changed

+18
-573
lines changed

3 files changed

+18
-573
lines changed

csrc/dispatch_gmm_combine_decode/op_host/dispatch_gmm_combine_decode_tiling.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@
1717
#include "tiling/platform/platform_ascendc.h"
1818
#include "tiling/hccl/hccl_tiling.h"
1919

20-
#define GM_ALIGN_SIZE 512
21-
#define ENABLE_TILING_CHECK
22-
2320
using namespace ge;
2421
namespace {
2522
constexpr uint32_t OP_TYPE_ALL_TO_ALL = 8;
2623
constexpr uint32_t SYSTEM_NEED_WORKSPACE = 16 * 1024 * 1024;
24+
constexpr uint32_t GM_ALIGN_SIZE = 512;
2725
constexpr uint32_t TOKEN_DTYPE_BYTE_SIZE = 2;
2826
constexpr uint32_t USE_CORE_NUM = 24;
2927
constexpr uint32_t L1_TILE_BYTE_SIZE = 32 * 1024;

0 commit comments

Comments
 (0)