Skip to content

Commit 8ed3291

Browse files
address comment
1 parent 84695f5 commit 8ed3291

File tree

1 file changed

+2
-2
lines changed
  • mlir/include/mlir/Dialect/SparseTensor/IR

1 file changed

+2
-2
lines changed

mlir/include/mlir/Dialect/SparseTensor/IR/Enums.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ enum class Action : uint32_t {
155155
/// This enum defines all the sparse representations supportable by
156156
/// the SparseTensor dialect. We use a lightweight encoding to encode
157157
/// the "format" per se (dense, compressed, singleton, loose_compressed,
158-
/// n-out-of-m), the "properties" (ordered, unique) as well as n and m for
159-
/// NOutOfM level type.
158+
/// n-out-of-m), the "properties" (ordered, unique) as well as n and m when
159+
/// the format is NOutOfM.
160160
/// The encoding is chosen for performance of the runtime library, and thus may
161161
/// change in future versions; consequently, client code should use the
162162
/// predicate functions defined below, rather than relying on knowledge

0 commit comments

Comments
 (0)