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

Github OSx runner cannot run tests anymore #290

Closed
StRigaud opened this issue Apr 30, 2024 · 2 comments · Fixed by #289
Closed

Github OSx runner cannot run tests anymore #290

StRigaud opened this issue Apr 30, 2024 · 2 comments · Fixed by #289

Comments

@StRigaud
Copy link
Member

It seems that the OSx runner from the Github CI now fail to run OpenCL operations.
See:

The runner was used for running tests and coverage as it was easier due to the pre-availability of the OpenCL framework on the OS as well as the presence of a device capable of running code.

The output error is that CLIc is no more capable of finding an OpenCL device on the runner...

@kevinyamauchi
Copy link

This could be because Github Actions switched to using ARM on macos-latest. You might try to switch to macos-13 switch back to Intel.

@StRigaud
Copy link
Member Author

StRigaud commented May 2, 2024

Indeed, tested with #289 and it works. Thanks @kevinyamauchi !
Would be great to be able to move the tests on Ubuntu-latest but PoCL fail to work as it does not properly identify the AMD CPU used by Github Actions :/

@StRigaud StRigaud linked a pull request May 2, 2024 that will close this issue
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 a pull request may close this issue.

2 participants