CIL icon indicating copy to clipboard operation
CIL copied to clipboard

GPU test markers

Open casperdcl opened this issue 10 months ago • 0 comments

The clunky solution from #1729 (542294fa22204b0dbfb571f603049fc3706ec44e & 33ef42c5aa9e877c50e602125575c900d410434d) could be improved

TESTS_FORCE_GPU=1 python -m unittest discover -v \
  -k tigre -k TIGRE -k astra -k ASTRA -k gpu -k GPU ./Wrappers/Python/test
  • [ ] more consistent test names/markers (-k GPU alone should be enough?)
  • [ ] document test naming convention(s) in developer_guide.rst

casperdcl avatar Mar 25 '24 17:03 casperdcl