Skip to content

[mlir][sparse] disable aarch64 test to fix buildbot error. #71818

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

PeimingLiu
Copy link
Member

To fix #71448

@llvmbot llvmbot added mlir:sparse Sparse compiler in MLIR mlir labels Nov 9, 2023
@llvmbot
Copy link
Member

llvmbot commented Nov 9, 2023

@llvm/pr-subscribers-mlir

Author: Peiming Liu (PeimingLiu)

Changes

To fix #71448


Full diff: https://github.com/llvm/llvm-project/pull/71818.diff

1 Files Affected:

  • (modified) mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block_matmul.mlir (+3)
diff --git a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block_matmul.mlir b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block_matmul.mlir
index 7e9606b1caedee9..b6634a4d005840a 100644
--- a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block_matmul.mlir
+++ b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block_matmul.mlir
@@ -17,6 +17,9 @@
 // DEFINE: %{env} =
 //--------------------------------------------------------------------------------------------------
 
+// FIXME: make aarch64 working
+// UNSUPPORTED: system-windows, target={{.*aarch64.*}}
+
 // RUN: %{compile} | %{run} | FileCheck %s
 //
 // Do the same run, but now with direct IR generation.

@llvmbot
Copy link
Member

llvmbot commented Nov 9, 2023

@llvm/pr-subscribers-mlir-sparse

Author: Peiming Liu (PeimingLiu)

Changes

To fix #71448


Full diff: https://github.com/llvm/llvm-project/pull/71818.diff

1 Files Affected:

  • (modified) mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block_matmul.mlir (+3)
diff --git a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block_matmul.mlir b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block_matmul.mlir
index 7e9606b1caedee9..b6634a4d005840a 100644
--- a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block_matmul.mlir
+++ b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_block_matmul.mlir
@@ -17,6 +17,9 @@
 // DEFINE: %{env} =
 //--------------------------------------------------------------------------------------------------
 
+// FIXME: make aarch64 working
+// UNSUPPORTED: system-windows, target={{.*aarch64.*}}
+
 // RUN: %{compile} | %{run} | FileCheck %s
 //
 // Do the same run, but now with direct IR generation.

@PeimingLiu PeimingLiu merged commit 4eb01f7 into llvm:main Nov 9, 2023
@PeimingLiu PeimingLiu deleted the disable-arm64 branch November 9, 2023 18:51
zahiraam pushed a commit to zahiraam/llvm-project that referenced this pull request Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mlir:sparse Sparse compiler in MLIR mlir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants