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
117f2b81
Unverified
Commit
117f2b81
authored
Oct 11, 2025
by
Lei Wang
Committed by
GitHub
Oct 11, 2025
Browse files
[Typo] Remove debug print (#980)
parent
ddfaac36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
tilelang/engine/phase.py
tilelang/engine/phase.py
+0
-4
No files found.
tilelang/engine/phase.py
View file @
117f2b81
...
...
@@ -156,11 +156,7 @@ def OptimizeForTarget(mod: IRModule, target: Target) -> IRModule:
if
allow_fence_proxy
(
target
=
target
):
# in hopper device, wgmma is an async proxy
# so we need to inject a fence proxy before it
print
(
"Before injectFenceProxy"
)
print
(
mod
)
mod
=
tilelang
.
transform
.
InjectFenceProxy
()(
mod
)
print
(
"After InjectFenceProxy"
)
print
(
mod
)
mod
=
tilelang
.
transform
.
LowerOpaqueBlock
()(
mod
)
mod
=
tir
.
transform
.
NarrowDataType
(
32
)(
mod
)
...
...
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