-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Improve CI #86
Comments
Related to #24 |
Also note the issue that |
The related cargo issue: rust-lang/cargo#5015 |
Container runtime with Nvidia |
From: https://concourse-ci.org/concourse-worker.html#configuring-gdn-server
shows |
CI is now working, the setup complexity got a little more intricate than anticipated, but it works now (and showed that we might need to regenerated the |
Currently execution is only done on native, but this shall not limit test compilation for cudnn.
for all feature sets
should suffice to catch most if not all issues with compilation.
Runtime errors are hard to catch, since native execution with running GPUs is hard to achieve with concourse, and there is nothing else out there that one can host yourself with the same feature set.
The text was updated successfully, but these errors were encountered: