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
6af36ea4
Commit
6af36ea4
authored
Feb 25, 2022
by
Khalique Ahmed
Browse files
formatting
parent
ad3c4c1d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
55 additions
and
57 deletions
+55
-57
src/targets/gpu/gemm_impl.cpp
src/targets/gpu/gemm_impl.cpp
+55
-57
No files found.
src/targets/gpu/gemm_impl.cpp
View file @
6af36ea4
...
...
@@ -87,7 +87,6 @@ void gemm_impl(context& ctx,
auto
alpha_r
=
as
(
alpha
);
auto
beta_r
=
as
(
beta
);
// use void pointer to select different data type if using fp32 mode
void
*
alpha_v
{
&
alpha_r
};
void
*
beta_v
{
&
beta_r
};
...
...
@@ -98,7 +97,6 @@ void gemm_impl(context& ctx,
beta_v
=
&
beta
;
}
auto
out_lens
=
output_shape
.
lens
();
rocblas_int
m
=
out_lens
[
dim_0
];
rocblas_int
n
=
out_lens
[
dim_1
];
...
...
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