diff --git a/mlir/lib/Dialect/SparseTensor/IR/Detail/Var.h b/mlir/lib/Dialect/SparseTensor/IR/Detail/Var.h --- a/mlir/lib/Dialect/SparseTensor/IR/Detail/Var.h +++ b/mlir/lib/Dialect/SparseTensor/IR/Detail/Var.h @@ -386,7 +386,8 @@ }; // We don't actually require this, since `VarInfo` is a proper struct // rather than a newtype. But it passes, so for now we'll keep it around. -static_assert(IsZeroCostAbstraction); +// TODO: Uncomment the static assert +// static_assert(IsZeroCostAbstraction); //===----------------------------------------------------------------------===// enum class CreationPolicy { MustNot, May, Must };