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
97f96f78
Commit
97f96f78
authored
Apr 29, 2019
by
Shucai Xiao
Browse files
clang format
parent
59e4f91c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
37 deletions
+43
-37
src/targets/gpu/quant_gemm.cpp
src/targets/gpu/quant_gemm.cpp
+43
-37
No files found.
src/targets/gpu/quant_gemm.cpp
View file @
97f96f78
...
@@ -117,7 +117,10 @@ argument miopen_quant_gemm::compute(context& ctx,
...
@@ -117,7 +117,10 @@ argument miopen_quant_gemm::compute(context& ctx,
ldc
,
ldc
,
rocblas_datatype_i32_r
,
rocblas_datatype_i32_r
,
rocblas_gemm_algo_standard
,
rocblas_gemm_algo_standard
,
0
,
0
,
nullptr
,
nullptr
);
0
,
0
,
nullptr
,
nullptr
);
}
}
else
else
{
{
...
@@ -149,7 +152,10 @@ argument miopen_quant_gemm::compute(context& ctx,
...
@@ -149,7 +152,10 @@ argument miopen_quant_gemm::compute(context& ctx,
num_matrices
,
num_matrices
,
rocblas_datatype_i32_r
,
rocblas_datatype_i32_r
,
rocblas_gemm_algo_standard
,
rocblas_gemm_algo_standard
,
0
,
0
,
nullptr
,
nullptr
);
0
,
0
,
nullptr
,
nullptr
);
}
}
});
});
...
...
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