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
69c5c485
"vscode:/vscode.git/clone" did not exist on "d6b78425a982ec41370cc2125bfd919ace21d162"
Commit
69c5c485
authored
Apr 29, 2019
by
Shucai Xiao
Browse files
clang format
parent
acfd1369
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/targets/gpu/quant_gemm.cpp
src/targets/gpu/quant_gemm.cpp
+1
-1
No files found.
src/targets/gpu/quant_gemm.cpp
View file @
69c5c485
...
@@ -62,7 +62,7 @@ argument miopen_quant_gemm::compute(context& ctx,
...
@@ -62,7 +62,7 @@ argument miopen_quant_gemm::compute(context& ctx,
const
std
::
vector
<
argument
>&
args
)
const
const
std
::
vector
<
argument
>&
args
)
const
{
{
bool
is_3inputs
=
(
args
.
size
()
==
4
);
bool
is_3inputs
=
(
args
.
size
()
==
4
);
int8_t
beta
=
0
;
int8_t
beta
=
0
;
if
(
is_3inputs
)
if
(
is_3inputs
)
{
{
beta
=
op
.
beta
;
beta
=
op
.
beta
;
...
...
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