Graham Markall
Graham Markall
(Note that the fail is #8628, which seems to have suddenly started happening on `main` - PR to fix is #8630).
gpuci run tests
How did the Buildfarm run go?
@oliverhu This PR is not being worked on by @testhound anymore, and needs someone to pick it up and continue it - eventually someone working on Numba / llvmlite may...
@oliverhu There's the Numba Gitter (https://matrix.to/#/#numba_numba:gitter.im) - I'm usually around there during UK office hours (it's 11pm here but I can discuss this interactively tomorrow).
With my local build and a debug build of LLVM, the only valgrind error I'm seeing is: ``` $ valgrind python -m unittest llvmlite.tests.test_binding.TestGlobalConstructors.test_emit_assembly -v test_emit_assembly (llvmlite.tests.test_binding.TestGlobalConstructors) Test TargetMachineRef.emit_assembly() ......
~~See also #1002.~~ **Update:** Fortunately it was not necessary to remove OrcJIT support as proposed in #1002.
Many thanks for the bug report and reproducer - I can reproduce the issue. I can't see any obvious issue in your code, but I'm not an expert in the...
@DrTodd13 Do you have any thoughts on this issue?
Do you have a benchmark that demonstrates the effect of this change?