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
15bf2de8
Commit
15bf2de8
authored
Mar 17, 2023
by
Alan Turner
Browse files
Formatting
parent
c34561b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/targets/gpu/jit/ck_gemm.cpp
src/targets/gpu/jit/ck_gemm.cpp
+3
-3
No files found.
src/targets/gpu/jit/ck_gemm.cpp
View file @
15bf2de8
...
...
@@ -338,9 +338,9 @@ struct ck_gemm_compiler : compiler<ck_gemm_compiler>
ck_passthrough
,
cde_op
,
cde_layout
};
const
auto
solutions
=
problem
.
GetSolutions
();
const
auto
solution
=
solutions
.
at
(
tuning_value
);
const
auto
template_str
=
solution
.
GetStr
();
const
auto
solutions
=
problem
.
GetSolutions
();
const
auto
solution
=
solutions
.
at
(
tuning_value
);
const
auto
template_str
=
solution
.
GetStr
();
const
auto
blocks_per_batch
=
solution
.
GetGridSize
();
const
auto
block_size
=
solution
.
GetBlockSize
();
...
...
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