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
OpenDAS
tilelang
Commits
bba13746
Commit
bba13746
authored
Apr 27, 2026
by
wangziyang
Browse files
[Bugfix] B share to local warps num
parent
64179eaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
tilelang/intrinsics/mmac_layout.py
tilelang/intrinsics/mmac_layout.py
+1
-4
No files found.
tilelang/intrinsics/mmac_layout.py
View file @
bba13746
...
...
@@ -49,10 +49,7 @@ def shared_to_local_layout_B_padding(row, col, idx, warp_cols, block_col_warps,
# return new_row, new_col
if
block_col_warps
>
1
:
inter_idx_padding
=
2
else
:
inter_idx_padding
=
1
inter_idx_padding
=
block_col_warps
paddings
=
32
new_col
+=
idx
*
inter_idx_padding
*
paddings
...
...
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