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 c2bf399 commit 285dbd8Copy full SHA for 285dbd8
src/target/source/codegen_opencl.cc
@@ -59,8 +59,6 @@ class InferTextureAccess : public StmtExprVisitor {
59
var_access_map_[op->args[0].as<VarNode>()] |= kReadAccess;
60
} else if (op->op.same_as(builtin::texture2d_store())) {
61
var_access_map_[op->args[0].as<VarNode>()] |= kWriteAccess;
62
- } else {
63
- StmtExprVisitor::VisitExpr_(op);
64
}
65
StmtExprVisitor::VisitExpr_(op);
66
0 commit comments