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
ae21ecbf
Commit
ae21ecbf
authored
May 05, 2019
by
Shucai Xiao
Browse files
clang format
parent
6835a32e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
src/targets/gpu/gemm.cpp
src/targets/gpu/gemm.cpp
+1
-1
src/targets/gpu/quant_gemm.cpp
src/targets/gpu/quant_gemm.cpp
+3
-4
No files found.
src/targets/gpu/gemm.cpp
View file @
ae21ecbf
src/targets/gpu/quant_gemm.cpp
View file @
ae21ecbf
...
...
@@ -91,7 +91,7 @@ argument miopen_quant_gemm::compute(context& ctx,
assert
(
transb
or
(
ldb
%
4
==
0
));
// need to pack B in thi scenario
if
(
!
transb
)
if
(
!
transb
)
{
int
nb
=
4
;
for
(
int
i_m
=
0
;
i_m
<
m
;
i_m
++
)
...
...
@@ -104,9 +104,8 @@ argument miopen_quant_gemm::compute(context& ctx,
}
// need to pack A in this scenario
if
(
transa
)
if
(
transa
)
{
}
auto
num_matrices
=
std
::
accumulate
(
...
...
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