Skip to content

Commit 8f59fa1

Browse files
committed
lint fix
1 parent 2f0bf8d commit 8f59fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transform/arg_binder.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ void ArgBinder::BindDLTensor(const Buffer &buffer, const PrimExpr &device_type,
197197
init_nest_.emplace_back(
198198
LetStmt(is_null_var,
199199
Call(DataType::Bool(), builtin::isnullptr(), {handle}), nop));
200-
const PrimExpr& is_null = is_null_var;
200+
const PrimExpr &is_null = is_null_var;
201201

202202
// dimension checks
203203
PrimExpr v_ndim = TVMArrayGet(tvm_ndim_type, handle, builtin::kArrNDim);

0 commit comments

Comments
 (0)