已合并
fix: 修复 add_example 头文件 include guard 宏名错误 (#1616) #3637
songkai111创建于 6月30日
fix: 修复 add_example 头文件 include guard 宏名错误 (#1616) #3637
已合并
共 2 个文件变更+4-4
| @@ -13,8 +13,8 @@ | |||
| 13 | * \brief tiling data struct | 13 | * \brief tiling data struct |
| 14 | */ | 14 | */ |
| 15 | 15 | ||
| 16 | -#ifndef _ROTARY_POSITION_EMBEDDING_GRAD_TILING_DATA_H_ | 16 | +#ifndef _ADD_EXAMPLE_TILING_DATA_H_ |
| 17 | -#define _ROTARY_POSITION_EMBEDDING_GRAD_TILING_DATA_H_ | 17 | +#define _ADD_EXAMPLE_TILING_DATA_H_ |
| 18 | 18 | ||
| 19 | struct AddExampleTilingData { | 19 | struct AddExampleTilingData { |
| 20 | int64_t totalNum = 0; | 20 | int64_t totalNum = 0; |
| @@ -12,8 +12,8 @@ | |||
| 12 | * \file add_example_proto.h | 12 | * \file add_example_proto.h |
| 13 | * \brief | 13 | * \brief |
| 14 | */ | 14 | */ |
| 15 | -#ifndef OPS_OP_PROTO_INC_AddEXAMPLE_H_ | 15 | +#ifndef OPS_OP_PROTO_INC_AddEXAMPLEAICPU_H_ |
| 16 | -#define OPS_OP_PROTO_INC_AddEXAMPLE_H_ | 16 | +#define OPS_OP_PROTO_INC_AddEXAMPLEAICPU_H_ |
| 17 | 17 | ||
| 18 | 18 | ||
| 19 | 19 | ||