-
Notifications
You must be signed in to change notification settings - Fork 125
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
[NDTensorsMetalExt] Trying to add GPU testing to M1 jenkins #1359
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1359 +/- ##
===========================================
- Coverage 84.36% 53.45% -30.91%
===========================================
Files 100 99 -1
Lines 8505 8452 -53
===========================================
- Hits 7175 4518 -2657
- Misses 1330 3934 +2604 ☔ View full report in Codecov by Sentry. |
90e0d77
to
2780cd4
Compare
Nice to see this already up and running, I like how the Jenkins tests are now organized, the way the test results are displayed in Jenkins now is nicer. The |
@maleadt sorry to ping you, but could you register a new version of Metal.jl? |
Note that some of the latest test failures were caused by issues introduced in #1356. |
Description
In this PR I am making minimal changes to get Jenkins to run CI testing on the mac M1's with
Metal
backend. It looks like I just need to add it to Jenkins and Dylan added juliaup for us to use different versions of Julia. Currently Metal is not supported on Julia 1.6 so I am only testing with release (1.10)Checklist: