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
5565de6d
Commit
5565de6d
authored
May 10, 2019
by
Shucai Xiao
Browse files
clang format
parent
69145ea1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/targets/gpu/quant_gemm.cpp
src/targets/gpu/quant_gemm.cpp
+2
-2
No files found.
src/targets/gpu/quant_gemm.cpp
View file @
5565de6d
...
...
@@ -75,7 +75,7 @@ argument miopen_quant_gemm::compute(context& ctx,
if
(
!
transb
)
{
if
(
arg_b
.
empty
())
if
(
arg_b
.
empty
())
{
arg_b
=
allocate_gpu
(
args
[
1
].
get_shape
());
}
...
...
@@ -86,7 +86,7 @@ argument miopen_quant_gemm::compute(context& ctx,
// comment of the API
if
(
transa
)
{
if
(
arg_a
.
empty
())
if
(
arg_a
.
empty
())
{
arg_a
=
allocate_gpu
(
args
.
at
(
0
).
get_shape
());
}
...
...
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