Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPU test markers #1758

Open
2 tasks
casperdcl opened this issue Mar 25, 2024 · 0 comments
Open
2 tasks

GPU test markers #1758

casperdcl opened this issue Mar 25, 2024 · 0 comments
Labels

Comments

@casperdcl
Copy link
Member

casperdcl commented Mar 25, 2024

The clunky solution from #1729 (542294f & 33ef42c) 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 casperdcl added the enhancement New feature or request label Mar 25, 2024
@casperdcl casperdcl mentioned this issue Mar 25, 2024
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant