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
94e24c8d
Commit
94e24c8d
authored
Aug 08, 2025
by
zhangyue
Browse files
issue/349 删除无用注释
parent
feb19535
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/infiniop/ops/clip/kunlun/kernel.h
src/infiniop/ops/clip/kunlun/kernel.h
+0
-1
No files found.
src/infiniop/ops/clip/kunlun/kernel.h
View file @
94e24c8d
...
...
@@ -12,7 +12,6 @@ public:
T
x
=
inputs
[
0
];
T
min_val
=
inputs
[
1
];
T
max_val
=
inputs
[
2
];
// printf("x: %f, min_val: %f, max_val: %f, result: %f\n", x, min_val, max_val, fmax(fmin(x, max_val), min_val));
return
fmax
(
fmin
(
x
,
max_val
),
min_val
);
}
...
...
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