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
Would be nice to have a CI pipeline for building and testing - currently, this fails because the new version of the Intel oneAPI doesn't ship the icc compiler anymore and there is no way to install an old version in the Actions workflow.
Also, the Intel's standalone installer seems to be untested - at least there is no way of pushing this install script beyond the extraction phase.
The text was updated successfully, but these errors were encountered:
For testing CUDA code, the runner would need to connect to a GPU cloud instance. Here is a nice reference for a safe implementation of that via ssh: https://docs.gitlab.com/ee/ci/ssh_keys/
alexfreudenberg
changed the title
GitHub Actions for automatic testing
Integration of a CI workflow for testing GPU and CPU functionality
Jul 5, 2023
After some research, the most reasonable path toward a CI pipeline seems to set up a separate workflow which is manually triggered and launches a GPU cloud instance. Then, the tagged GPU testing workflow is assigned to a self-hosted runner spawned on this instance.
Would be nice to have a CI pipeline for building and testing - currently, this fails because the new version of the Intel oneAPI doesn't ship the icc compiler anymore and there is no way to install an old version in the Actions workflow.
Also, the Intel's standalone installer seems to be untested - at least there is no way of pushing this install script beyond the extraction phase.
The text was updated successfully, but these errors were encountered: