-
Notifications
You must be signed in to change notification settings - Fork 40
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #298 +/- ##
==========================================
+ Coverage 72.96% 73.77% +0.81%
==========================================
Files 12 12
Lines 614 614
==========================================
+ Hits 448 453 +5
+ Misses 166 161 -5 ☔ 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. |
No description provided.