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
23ddc20b
Commit
23ddc20b
authored
Apr 07, 2025
by
zhangyue
Browse files
issue/111: fix format
parent
0fdaa522
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/infiniop/ops/rms_norm/kunlun/rms_norm_kunlun.cc
src/infiniop/ops/rms_norm/kunlun/rms_norm_kunlun.cc
+1
-1
src/infiniop/reduce/kunlun/reduce_kunlun.h
src/infiniop/reduce/kunlun/reduce_kunlun.h
+1
-1
No files found.
src/infiniop/ops/rms_norm/kunlun/rms_norm_kunlun.cc
View file @
23ddc20b
...
...
@@ -74,4 +74,4 @@ infiniStatus_t Descriptor::calculate(void *workspace, size_t workspace_size,
return
INFINI_STATUS_SUCCESS
;
}
}
// namespace op::rms_norm::kunlun
\ No newline at end of file
}
// namespace op::rms_norm::kunlun
src/infiniop/reduce/kunlun/reduce_kunlun.h
View file @
23ddc20b
...
...
@@ -35,4 +35,4 @@ static inline __device__ float sumSquaredF32(float *data_ptr, int count) {
}
// namespace op::common_kunlun::reduce_op
#endif
\ No newline at end of file
#endif
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