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
Commits
a60cd1d9
"...composable_kernel_rocm.git" did not exist on "4e6a5575bebd074812a4c12eafd37a599719083b"
Commit
a60cd1d9
authored
Oct 02, 2023
by
Jing Zhang
Browse files
add comment
parent
6aaa77c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
example/01_gemm/gemm_xdl_input_i16_comp_i8_scale_ab.cpp
example/01_gemm/gemm_xdl_input_i16_comp_i8_scale_ab.cpp
+1
-0
No files found.
example/01_gemm/gemm_xdl_input_i16_comp_i8_scale_ab.cpp
View file @
a60cd1d9
...
...
@@ -47,6 +47,7 @@ struct i32_to_i8
y
=
ck
::
type_convert
<
I8
>
(
ck
::
type_convert
<
float
>
(
x
)
*
reduced_amex_scale
);
}
// this attribute will trigger a reduction op of the tensor to get the true amax scalue
float
reduced_amex_scale
=
1.0
;
};
...
...
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