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 5b07de1 commit 1ebe738Copy full SHA for 1ebe738
mlir/include/mlir/ExecutionEngine/SparseTensor/Storage.h
@@ -531,7 +531,7 @@ class SparseTensorStorage final : public SparseTensorStorageBase {
531
continue;
532
return coordinates[l][lhs] < coordinates[l][rhs];
533
}
534
- assert(false && "duplicate coordinates");
+ assert(lhs == rhs && "duplicate coordinates");
535
return false;
536
});
537
0 commit comments