File: test_MLIR.sh

package info (click to toggle)
python-sparse 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,816 kB
  • sloc: python: 11,223; sh: 54; javascript: 10; makefile: 8
file content (4 lines) | stat: -rwxr-xr-x 144 bytes parent folder | download
1
2
3
4
#!/usr/bin/env bash
set -euxo pipefail

SPARSE_BACKEND=MLIR pytest --pyargs sparse/mlir_backend --cov-report=xml:coverage_MLIR.xml -n auto -vvv