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
de7bab05
"...targets/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "728bea3489c97c9e1ddda0a0ae527ffd2d70cb97"
Commit
de7bab05
authored
Oct 25, 2022
by
Paul
Browse files
Use the correct grid_size
parent
ed22ba4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/targets/gpu/jit/ck_gemm.cpp
src/targets/gpu/jit/ck_gemm.cpp
+1
-1
No files found.
src/targets/gpu/jit/ck_gemm.cpp
View file @
de7bab05
...
@@ -106,7 +106,7 @@ struct instance
...
@@ -106,7 +106,7 @@ struct instance
std
::
size_t
get_grid_size
(
const
std
::
array
<
std
::
size_t
,
3
>&
config
)
const
std
::
size_t
get_grid_size
(
const
std
::
array
<
std
::
size_t
,
3
>&
config
)
const
{
{
return
int_div_ceil
(
config
[
0
],
get_pb
(
1
))
*
int_div_ceil
(
config
[
1
],
get_pb
(
1
));
return
int_div_ceil
(
config
[
0
],
get_pb
(
0
))
*
int_div_ceil
(
config
[
1
],
get_pb
(
1
));
}
}
void
set_ds_layout
(
const
std
::
string
&
s
)
void
set_ds_layout
(
const
std
::
string
&
s
)
...
...
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