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
f6d77130
Commit
f6d77130
authored
Mar 13, 2019
by
Shucai Xiao
Browse files
clang format
parent
8b3bf2fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/targets/gpu/gemm.cpp
src/targets/gpu/gemm.cpp
+3
-3
No files found.
src/targets/gpu/gemm.cpp
View file @
f6d77130
...
...
@@ -454,7 +454,7 @@ argument miopen_gemm::compute(context& ctx,
auto
to_pointer
=
[
&
](
auto
&&
arg
,
std
::
size_t
offset
=
0
)
{
return
to_rocblas_type
(
as
.
from
(
arg
.
data
()
+
offset
));
};
if
(
num_matrices
>
1
)
if
(
num_matrices
>
1
)
{
generic_rocblas_batched_gemm
(
as
,
...
...
@@ -495,9 +495,9 @@ argument miopen_gemm::compute(context& ctx,
lda
,
&
beta_r
,
to_pointer
(
args
[
2
],
m
*
n
*
num_matrices
*
out_ind
),
ldc
);
ldc
);
}
});
});
}
...
...
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