Skip to content

Commit cad2d45

Browse files
Merge pull request #671 from gongchensu/feature/metax_op_fixed
fix: correct macro for mccub/hccub conditional compilation.
2 parents 6279798 + 904a925 commit cad2d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/infiniop/ops/layer_norm/metax/layer_norm_metax.maca

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "../../../devices/metax/metax_common.h"
22
#include "layer_norm_metax.h"
3-
#ifdef ENABLE_METAX_API
3+
#ifdef ENABLE_METAX_MC_API
44
#include <mccub/block/block_reduce.cuh>
55
#else
66
#include <hccub/block/block_reduce.cuh>

0 commit comments

Comments
 (0)