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
composable_kernel
Commits
7af0e314
Commit
7af0e314
authored
Apr 27, 2022
by
Jianfeng yan
Browse files
minor changes
parent
c521ee62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
include/ck/tensor_operation/gpu/device/device_gemm_xdl_splitk_c_shuffle.hpp
...operation/gpu/device/device_gemm_xdl_splitk_c_shuffle.hpp
+0
-13
No files found.
include/ck/tensor_operation/gpu/device/device_gemm_xdl_splitk_c_shuffle.hpp
View file @
7af0e314
...
...
@@ -626,19 +626,6 @@ struct DeviceGemmXdlSplitKCShuffle
block_2_ctile_map_
=
MakeBlock2CTileMap
(
BatchCount_
,
c_grid_desc_m_n_
,
1
,
1
);
}
for
(
int
batch
=
0
;
batch
<
BatchCount_
;
++
batch
)
{
printf
(
"batch = %d, ptr_offset = [%ld, %ld, %ld]
\n
"
,
batch
,
compute_ptr_offset_of_batch_
.
GetAPtrOffset
(
batch
),
compute_ptr_offset_of_batch_
.
GetBPtrOffset
(
batch
),
compute_ptr_offset_of_batch_
.
GetCPtrOffset
(
batch
));
}
const
index_t
grid_size
=
GridwiseGemm
::
CalculateGridSize
(
c_grid_desc_m_n_
)
*
BatchCount_
;
for
(
int
blk
=
0
;
blk
<
grid_size
;
++
blk
)
{
const
auto
ctile_idx
=
block_2_ctile_map_
.
CalculateBottomIndex
(
make_multi_index
(
blk
));
printf
(
"blk= %d, ctile_idx = [%d, %d]
\n
"
,
blk
,
ctile_idx
[
I0
],
ctile_idx
[
I1
]);
}
}
// private:
...
...
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