-
Notifications
You must be signed in to change notification settings - Fork 41
Add pocl upstream as a CI #298
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #298 +/- ##
==========================================
+ Coverage 73.12% 73.61% +0.48%
==========================================
Files 12 12
Lines 614 614
==========================================
+ Hits 449 452 +3
+ Misses 165 162 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Tried building the experimental PR here, as well as switching to static linking against LLVM 20, however:
... so I guess mixing LLVM 20 with LLVM-SPIRV translator 16 does not work, and we'll have to link that one statically as well. |
Yay, just a single segfault. Probably because of having switched to LLVM 20, which is still kinda experimental with PoCL. |
Huh, the same segfault. Guess I'll have to reduce that. |
4e1cb9c
to
c8e2bff
Compare
Awesome, this passes tests :-) |
No description provided.