Skip to content

Commit 904a925

Browse files
author
zhuyue
committed
Issue/670 - fix: correct macro for mccub/hccub conditional compilation.
1 parent 6279798 commit 904a925

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)