[Mlir-commits] [mlir] 1c51619 - Add host-supports-nvptx requirement to lit tests (#66129)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Sep 12 12:18:33 PDT 2023
Author: frgossen
Date: 2023-09-12T15:18:29-04:00
New Revision: 1c5161911c8902d562e2f0f1264edd10d49a5d03
URL: https://github.com/llvm/llvm-project/commit/1c5161911c8902d562e2f0f1264edd10d49a5d03
DIFF: https://github.com/llvm/llvm-project/commit/1c5161911c8902d562e2f0f1264edd10d49a5d03.diff
LOG: Add host-supports-nvptx requirement to lit tests (#66129)
Added:
Modified:
mlir/test/Integration/Dialect/SparseTensor/GPU/CUDA/sparse-matvec-const.mlir
mlir/test/Integration/Dialect/SparseTensor/GPU/CUDA/sparse-matvec.mlir
Removed:
################################################################################
diff --git a/mlir/test/Integration/Dialect/SparseTensor/GPU/CUDA/sparse-matvec-const.mlir b/mlir/test/Integration/Dialect/SparseTensor/GPU/CUDA/sparse-matvec-const.mlir
index 2c09ae298e353a9..ca47de6cca27f6d 100644
--- a/mlir/test/Integration/Dialect/SparseTensor/GPU/CUDA/sparse-matvec-const.mlir
+++ b/mlir/test/Integration/Dialect/SparseTensor/GPU/CUDA/sparse-matvec-const.mlir
@@ -1,3 +1,4 @@
+// REQUIRES: host-supports-nvptx
//
// NOTE: this test requires gpu-sm80
//
diff --git a/mlir/test/Integration/Dialect/SparseTensor/GPU/CUDA/sparse-matvec.mlir b/mlir/test/Integration/Dialect/SparseTensor/GPU/CUDA/sparse-matvec.mlir
index c032201b781f5ee..c5c3546cdf01694 100644
--- a/mlir/test/Integration/Dialect/SparseTensor/GPU/CUDA/sparse-matvec.mlir
+++ b/mlir/test/Integration/Dialect/SparseTensor/GPU/CUDA/sparse-matvec.mlir
@@ -1,3 +1,4 @@
+// REQUIRES: host-supports-nvptx
//
// NOTE: this test requires gpu-sm80
//
More information about the Mlir-commits
mailing list