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
54df59bf
Commit
54df59bf
authored
Aug 14, 2023
by
Jing Zhang
Browse files
fixed CI
parent
38a949c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
include/ck/tensor_operation/gpu/device/impl/device_grouped_gemm_xdl_fixed_nk.hpp
...tion/gpu/device/impl/device_grouped_gemm_xdl_fixed_nk.hpp
+2
-6
No files found.
include/ck/tensor_operation/gpu/device/impl/device_grouped_gemm_xdl_fixed_nk.hpp
View file @
54df59bf
...
...
@@ -101,12 +101,6 @@ __global__ void
const
index_t
mn_blocks
=
local_grid_size
/
KBatch
;
__shared__
index_t
k_id_start
,
k_id_finished
;
ignore
=
barrier_count
;
ignore
=
k_id_start
;
ignore
=
k_id_finished
;
while
(
id_local
<
local_grid_size
)
{
const
auto
block_2_etile_map
=
...
...
@@ -145,6 +139,8 @@ __global__ void
}
#else
ignore
=
gemm_descs_const
;
ignore
=
barrier_count
;
ignore
=
barrier_size_grp
;
ignore
=
group_count
;
ignore
=
grid_size_grp
;
ignore
=
KBatch
;
...
...
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