We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13612ba commit e1e0506Copy full SHA for e1e0506
src/ir/workspace_rewriter.cpp
@@ -40,7 +40,7 @@ struct WorkspaceRewriter : ir::IRRewriter {
40
}
41
42
43
- expr = GetProperty::make(tensor, op->property, op->mode, op->index, op->name);
+ expr = op;
44
45
46
void visit(const VarDecl* decl) {
0 commit comments