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

RFC: [UR] Add non-adapter-specific testing to CI #17509

Draft
wants to merge 2 commits into
base: sycl
Choose a base branch
from

Conversation

RossBrunton
Copy link
Contributor

Currently we only run adapter-specific tests. This adds a new
job that runs non-conformance tests.

Verified

This commit was signed with the committer’s verified signature.
RossBrunton Ross Brunton
The prefilter.cpp test was failing, this fixes it as follows:
* Strings that can't be parsed are now treated as `*:*` rather than
  `!*:*`.
* Backend names are validated; any invalid ones cause the entire string
  to be rejected.
* In ur_lib.cpp, the parser is updated to handle failing to parse the
  string (doesn't affect the test, but a nice to have).
* Some selector strings in the test itself were invalid and updated.

This was done according to the specification of ONEAPI_DEVICE_SELECTOR
located at https://github.com/intel/llvm/blob/sycl/sycl/doc/EnvironmentVariables.md#oneapi_device_selector .

Verified

This commit was signed with the committer’s verified signature.
RossBrunton Ross Brunton
Currently we only run adapter-specific tests. This adds a new
job that runs non-conformance tests.
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

Successfully merging this pull request may close these issues.

None yet

1 participant