Graham Markall

Results 455 comments of Graham Markall

The error seems to be coming from the ThreadSanitizer build, which should be supported even in 14 on macOS AArch64: https://releases.llvm.org/14.0.0/tools/clang/docs/ThreadSanitizer.html

I found a hardcoded `x86_64` in the `build.sh` - will post more info if changing that fixes the issue.

The following (or something a little more elegant) also needs to be applied because it influences the build of `compiler-rt`: ```diff diff --git a/conda-recipes/llvmdev/build.sh b/conda-recipes/llvmdev/build.sh index ef21f54..6a5558d 100644 --- a/conda-recipes/llvmdev/build.sh...

I also found I needed to install libz on Windows since the update to 14 - not sure if this is a new surprise dependency too.

Support for riscv64 is getting there but not quite complete yet (any use of it should be considered experimental at this stage). The status is: - Building llvmlite and using...

> Here, could you give more info/hit? So maybe more people know where to start? - Use the branch from this PR: https://github.com/numba/llvmlite/pull/919 - This example shows how to JIT...

Thanks for the PR! I'm not entirely sure how the wheels are built, but I think @apmasell might be able to comment on what we're doing now and how we...

.. or perhaps @esc knows. A question for both about the practicality of doing it on the available resources and time / admin constraints, rather than the technical nature of...

We do plan to move forwards with LLVM versions as time and resources permit. We've just merged support for LLVM 14 in #830 - would that be a viable alternative...

14.0.6 is good - better than 14.0.0 I would imagine, due to bug fixes. It's the version we're using for our dev channel Conda packages.