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_ROCM
Commits
eaa68635
"...composable_kernel.git" did not exist on "cf0845ac3357807e00a4ad88550850ccad81a1ff"
Commit
eaa68635
authored
Jun 04, 2024
by
Adam Osewski
Browse files
Fix RunWrite.
parent
125a39d1
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
177 additions
and
150 deletions
+177
-150
include/ck/tensor_operation/gpu/device/impl/device_grouped_gemm_multiple_d_splitk_xdl_cshuffle_tile_loop.hpp
...grouped_gemm_multiple_d_splitk_xdl_cshuffle_tile_loop.hpp
+1
-1
include/ck/tensor_operation/gpu/grid/gridwise_gemm_multiple_d_xdl_splitk_cshuffle_v2.hpp
.../grid/gridwise_gemm_multiple_d_xdl_splitk_cshuffle_v2.hpp
+176
-149
No files found.
include/ck/tensor_operation/gpu/device/impl/device_grouped_gemm_multiple_d_splitk_xdl_cshuffle_tile_loop.hpp
View file @
eaa68635
...
@@ -101,7 +101,7 @@ __global__ void
...
@@ -101,7 +101,7 @@ __global__ void
index_t
gemm_tile_id_end
=
grid_size_grp
;
index_t
gemm_tile_id_end
=
grid_size_grp
;
StaticBufferTupleOfVector
<
AddressSpaceEnum
::
Vgpr
,
StaticBufferTupleOfVector
<
AddressSpaceEnum
::
Vgpr
,
typename
GridwiseGemm
::
AccType
,
typename
GridwiseGemm
::
AccType
,
GridwiseGemm
::
GetM
Per
Xdl
()
*
GridwiseGemm
::
GetN
Per
Xdl
(),
GridwiseGemm
::
GetMXdl
PerWave
()
*
GridwiseGemm
::
GetNXdl
PerWave
(),
GridwiseGemm
::
GetCThreadBufferVectorSize
(),
GridwiseGemm
::
GetCThreadBufferVectorSize
(),
true
>
true
>
results_buffer
;
results_buffer
;
...
...
include/ck/tensor_operation/gpu/grid/gridwise_gemm_multiple_d_xdl_splitk_cshuffle_v2.hpp
View file @
eaa68635
This diff is collapsed.
Click to expand it.
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