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
gaoqiong
MIGraphX
Commits
249464c1
Commit
249464c1
authored
Nov 18, 2023
by
Umang Yadav
Browse files
add nolint
parent
9f50051e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/targets/gpu/kernels/include/migraphx/kernels/float8.hpp
src/targets/gpu/kernels/include/migraphx/kernels/float8.hpp
+1
-0
No files found.
src/targets/gpu/kernels/include/migraphx/kernels/float8.hpp
View file @
249464c1
...
@@ -328,6 +328,7 @@ using fp8e5m2fnuz = float8<migraphx::fp8::f8_type::bf8, true>;
...
@@ -328,6 +328,7 @@ using fp8e5m2fnuz = float8<migraphx::fp8::f8_type::bf8, true>;
#define MIGRAPHX_FP8_FABS(T) \
#define MIGRAPHX_FP8_FABS(T) \
inline constexpr MIGRAPHX_HIP_DEVICE T fabs(T v) \
inline constexpr MIGRAPHX_HIP_DEVICE T fabs(T v) \
{ \
{ \
/*NOLINTNEXTLINE*/
\
v.data = v.data & 0x7f; \
v.data = v.data & 0x7f; \
return v; \
return v; \
}
}
...
...
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