-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
16 lines (16 loc) · 898 Bytes
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[pytest]
markers =
multigpu: Test requires at least two compute-capable GPUs (select with '-m "multigpu"')
gpu: Test requires a compute-capable GPU (select with '-m "gpu"')
tensorflow: Test requires TensorFlow installed (select with '-m "tensorflow"')
mkl: Test requires Intel MKL (select with '-m "mkl"')
verilator: Test requires Verilator (>=v4.028) installed (select with '-m "verilator"')
papi: Test requires PAPI counters to work (select with '-m "papi"')
mlir: Test requires pyMLIR, MLIR tools and LLVM compiler to work (select with '-m "mlir"')
sve: Test requires SVE-capable ARM processor (select with '-m "sve"')
lapack: Test for the LAPACK library that requires OpenBLAS (select with '-m "lapack"')
fpga: Test requires the Xilinx and Intel FPGA tools to be evaluated.
python_files =
*_test.py
*_cudatest.py
addopts = --ignore=dace/external