[Mlir-commits] [mlir] 233b42a - [mlir][sparse] remove unused TENSOR environment
Aart Bik
llvmlistbot at llvm.org
Thu Sep 16 14:32:17 PDT 2021
Author: Aart Bik
Date: 2021-09-16T14:32:09-07:00
New Revision: 233b42a8bbdc4e604b6f3454d8d91702bebe008b
URL: https://github.com/llvm/llvm-project/commit/233b42a8bbdc4e604b6f3454d8d91702bebe008b
DIFF: https://github.com/llvm/llvm-project/commit/233b42a8bbdc4e604b6f3454d8d91702bebe008b.diff
LOG: [mlir][sparse] remove unused TENSOR environment
Reviewed By: bixia
Differential Revision: https://reviews.llvm.org/D109919
Added:
Modified:
mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_cast.mlir
Removed:
################################################################################
diff --git a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_cast.mlir b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_cast.mlir
index 5d0a027b1f32b..5fcc27e49a487 100644
--- a/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_cast.mlir
+++ b/mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_cast.mlir
@@ -19,7 +19,6 @@
// RUN: --std-bufferize --finalizing-bufferize --lower-affine \
// RUN: --convert-vector-to-llvm --convert-memref-to-llvm \
// RUN: --convert-std-to-llvm --reconcile-unrealized-casts | \
-// RUN: TENSOR0="%mlir_integration_test_dir/data/test.mtx" \
// RUN: mlir-cpu-runner \
// RUN: -e entry -entry-point-result=void \
// RUN: -shared-libs=%mlir_integration_test_dir/libmlir_c_runner_utils%shlibext | \
More information about the Mlir-commits
mailing list