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
composable_kernel_ROCM
Commits
b73f83fd
"examples/vscode:/vscode.git/clone" did not exist on "1c4c4c48d9dc094fa07cf262e63481acff85de09"
Commit
b73f83fd
authored
Oct 30, 2024
by
Rostyslav Geyyer
Browse files
Fix typo
parent
d3c89355
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/ck/utility/type_convert.hpp
include/ck/utility/type_convert.hpp
+1
-1
No files found.
include/ck/utility/type_convert.hpp
View file @
b73f83fd
...
@@ -521,7 +521,7 @@ inline __host__ __device__ f4_t f4_convert_rne(float x)
...
@@ -521,7 +521,7 @@ inline __host__ __device__ f4_t f4_convert_rne(float x)
// val.fval = __builtin_amdgcn_fmed3f(val.fval, max_fp8, -max_fp8);
// val.fval = __builtin_amdgcn_fmed3f(val.fval, max_fp8, -max_fp8);
// ival = __builtin_amdgcn_cvt_pk_fp8_f32(val.fval, val.fval, ival, false); // false ->
// ival = __builtin_amdgcn_cvt_pk_fp8_f32(val.fval, val.fval, ival, false); // false ->
// WORD0 val.i32val = ival; return val.i8val[0];
// WORD0 val.i32val = ival; return val.i8val[0];
#else
rng);
#else
return
utils
::
sat_convert_to_type
<
f4_t
>
(
x
);
return
utils
::
sat_convert_to_type
<
f4_t
>
(
x
);
#endif
#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