You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
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 :/
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...
The text was updated successfully, but these errors were encountered: