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

Gitlab CI: enable test for the sycl CPU backend #2142

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

SimeonEhrig
Copy link
Member

I didn't expect, that it will work now, but it is interesting.

@SimeonEhrig
Copy link
Member Author

@fwyzard @AuroraPerego FYI

@AuroraPerego
Copy link
Contributor

Good! The tests that fail are due to the OpenCL CPU runtime :(

@SimeonEhrig
Copy link
Member Author

Good! The tests that fail are due to the OpenCL CPU runtime :(

Do you know the problem? At the moment, I'm not sure if this a bug in alpaka or a problem of the driver of the CI runner. I would need to reproduce it locally to find it out.

@AuroraPerego
Copy link
Contributor

Something is broken in the runtime. I do not think is a bug in alpaka because all the tests pass with an older runtime (see #2140).

@SimeonEhrig
Copy link
Member Author

Something is broken in the runtime. I do not think is a bug in alpaka because all the tests pass with an older runtime (see #2140).

I see. So ether we wait until Intel fixed the problem or we add an older additional OneAPI runtime version for runtime tests. Or is there any feature missing, which disallow this?

@AuroraPerego
Copy link
Contributor

As I wrote in the README, the only problem is that there is a bug in all_of_group/any_of_group methods (that does not affect the results of the tests). For that we have a workaround, for the PI_ERROR_OUT_OF_RESOURCES no and wait for Intel to fix it means potentially wait a lot.. I would go with adding an older runtime version for the 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

2 participants