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

Adapt CTS to run on all available platforms. #2378

Open
aarongreig opened this issue Nov 25, 2024 · 0 comments
Open

Adapt CTS to run on all available platforms. #2378

aarongreig opened this issue Nov 25, 2024 · 0 comments

Comments

@aarongreig
Copy link
Contributor

The fixtures in the CTS are currently only capable of iterating over available devices within a single platform. If more than one platform is available on a system the user must select one of them to test via the --backend and --platform args, or by limiting which adapters are loaded with the UR_ADAPTERS_FORCE_LOAD env var. Refactoring the environment stuff and our fixtures to remove this limitation should be possible, and it would result in a nicer user experience (needing to get your args or environment in order before any tests will run is annoying), as well as a test suite which should be easier to integrate with the CI in https://github.com/intel/llvm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant