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
45534789
Commit
45534789
authored
Mar 18, 2025
by
Yu Cheng
Committed by
LeiWang1999
Mar 18, 2025
Browse files
[BugFix] Fix bug of missing MBarrierExpectTX (#241)
parent
12714155
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/transform/warp_specialized_rewriter.cc
src/transform/warp_specialized_rewriter.cc
+1
-1
No files found.
src/transform/warp_specialized_rewriter.cc
View file @
45534789
...
@@ -219,7 +219,7 @@ private:
...
@@ -219,7 +219,7 @@ private:
Stmt
expect_tx_
;
Stmt
expect_tx_
;
bool
contain_tma_load_
;
bool
contain_tma_load_
;
bool
insert_in_evaluate_
;
bool
insert_in_evaluate_
=
true
;
};
};
class
ProducerTraitsCollector
:
public
StmtExprVisitor
{
class
ProducerTraitsCollector
:
public
StmtExprVisitor
{
...
...
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