[Mlir-commits] [mlir] [mlir][sparse] minor edits to support lib files (PR #68137)
Peiming Liu
llvmlistbot at llvm.org
Tue Oct 3 10:59:24 PDT 2023
================
@@ -240,8 +238,7 @@ MLIR_CRUNNERUTILS_EXPORT index_type getSparseTensorReaderNSE(void *p);
MLIR_CRUNNERUTILS_EXPORT index_type getSparseTensorReaderDimSize(void *p,
index_type d);
-/// Releases the SparseTensorReader. This also closes the file associated with
-/// the reader.
+/// Releases the SparseTensorReaderand closes the associated file.
----------------
PeimingLiu wrote:
missing a space between `Readerand`
https://github.com/llvm/llvm-project/pull/68137
More information about the Mlir-commits
mailing list