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 358d459 commit e9a4c32Copy full SHA for e9a4c32
src/tir/transforms/annotate_device_regions.cc
@@ -132,7 +132,6 @@ class DeviceRegionAnnotater : public StmtExprMutator {
132
op->op.same_as(builtin::tvm_call_packed_lowered()) ||
133
op->op.same_as(builtin::tvm_call_cpacked_lowered()) ||
134
op->op.same_as(builtin::tvm_struct_get()) || op->op.same_as(builtin::tvm_struct_set()) ||
135
- op->op.same_as(builtin::call_extern()) || op->op.same_as(builtin::call_pure_extern()) ||
136
op->op.same_as(builtin::tvm_throw_last_error()) ||
137
op->op.same_as(builtin::tvm_stack_alloca()) ||
138
op->op.same_as(builtin::tvm_stack_make_shape()) ||
0 commit comments