Oclgrind
Oclgrind copied to clipboard
Support LLVM 14
This makes Oclgrind
compile on LLVM 14. I ran it through the pyopencl
test suite and it didn't segfault, so it should be reasonably ok.
Not sure about the changes to ci.yaml
, so let me know if you want those reverted / changed somehow!
Thanks for the PR - sorry for taking so long to get to this. I'm going to try and figure out why CI is failing here.
No worries! Some help with the CI would be very welcome.
I've managed to fix the failure on the Windows builds. I'm not familiar with the Xcode toolchain, so haven't had much luck there, but it seems like the versions are not matching anymore: Xcode_12.4
is now Xcode_13.2.1
on the CI.
it seems like the versions are not matching anymore:
Xcode_12.4
is nowXcode_13.2.1
on the CI.
Right, it looks like the images don't provide a version of Xcode that works for the prebuilt LLVM 13 binaries. I've just disabled the macOS LLVM 13 config for now since the other versions all work. Will merge when CI finishes.
Thanks again for the contribution!