[Mlir-commits] [mlir] [mlir][sparse] fix broken test (merge conflict marker was left) (PR #72438)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Nov 15 12:55:21 PST 2023
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
@llvm/pr-subscribers-mlir-sparse
Author: Aart Bik (aartbik)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/72438.diff
1 Files Affected:
- (modified) mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_pack.mlir (-1)
``````````diff
diff --git a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_pack.mlir b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_pack.mlir
index de05320fbadb89f..2b9b73a1990e65f 100644
--- a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_pack.mlir
+++ b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_pack.mlir
@@ -17,7 +17,6 @@
// DEFINE: %{env} =
//--------------------------------------------------------------------------------------------------
-<<<<<<< HEAD
// RUN: %{compile} | %{run} | FileCheck %s
//
// Do the same run, but now with direct IR generation.
``````````
</details>
https://github.com/llvm/llvm-project/pull/72438
More information about the Mlir-commits
mailing list