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
aeaac20f
"examples/vscode:/vscode.git/clone" did not exist on "55f48d27eedae9bb7f88c928cb979433f4592196"
Commit
aeaac20f
authored
Dec 05, 2023
by
Umang Yadav
Browse files
remove else
parent
a9db2bf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/targets/gpu/gemm_impl.cpp
src/targets/gpu/gemm_impl.cpp
+1
-1
No files found.
src/targets/gpu/gemm_impl.cpp
View file @
aeaac20f
...
@@ -206,7 +206,7 @@ struct gemm_impl
...
@@ -206,7 +206,7 @@ struct gemm_impl
if
(
arg_type
==
rocblas_datatype_f16_r
)
if
(
arg_type
==
rocblas_datatype_f16_r
)
compute_type
=
rocblas_datatype_f32_r
;
compute_type
=
rocblas_datatype_f32_r
;
}
}
else
if
(
arg_type
==
rocblas_datatype_f8_r
)
if
(
arg_type
==
rocblas_datatype_f8_r
)
{
{
assert
(
get_type
(
input_shapes
[
1
].
type
())
==
rocblas_datatype_f8_r
);
assert
(
get_type
(
input_shapes
[
1
].
type
())
==
rocblas_datatype_f8_r
);
compute_type
=
rocblas_compute_type_f32
;
compute_type
=
rocblas_compute_type_f32
;
...
...
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