Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerrrrry
infinicore
Commits
904a9254
Commit
904a9254
authored
Nov 26, 2025
by
zhuyue
Browse files
Issue/670 - fix: correct macro for mccub/hccub conditional compilation.
parent
62797984
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/infiniop/ops/layer_norm/metax/layer_norm_metax.maca
src/infiniop/ops/layer_norm/metax/layer_norm_metax.maca
+1
-1
No files found.
src/infiniop/ops/layer_norm/metax/layer_norm_metax.maca
View file @
904a9254
#include "../../../devices/metax/metax_common.h"
#include "layer_norm_metax.h"
#ifdef ENABLE_METAX_API
#ifdef ENABLE_METAX_
MC_
API
#include <mccub/block/block_reduce.cuh>
#else
#include <hccub/block/block_reduce.cuh>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment