[mlir] Fix a warning
This patch fixes: mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp:528:22: error: comparison of integers of different signs: 'uint64_t' (aka 'unsigned long') and 'int64_t' (aka 'long') [-Werror,-Wsign-compare]
Loading
Please sign in to comment