Ivan Butygin
Ivan Butygin
https://github.com/numba/numba/blob/master/numba/core/runtime/nrt_external.h#L46 * `manage_memory` won't work for me as I need to pass additional data to dtor * `allocate_external` should probably work, I need to check it * Most convenient way...
Also, why `manage_memory` don't have `size` parameter (and how `MemInfo->size` is used internally)?
Corresponding TBB PR https://github.com/oneapi-src/oneTBB/pull/566
TBB version will be 2021.6
Some clarifications about ABI compatibility: forward compatibility (tbbpool built with new headers and + old `tbb.so`) is not guaranteed, backward compatibility (old headers + new `tbb.so`) is guaranteed and tested.
Hi, Here is svml patch for llvm 14 https://github.com/Hardcode84/llvm-project/commit/bc2dcd190b7148d04772fa7fcd18b5200b758d4a
Native part is not included?
Sorry, I don't have time to support this now. This JIT work was done as experiment and for my personal projects (none of them developed enough to be useful). I...
I'm ok with `setup.py` changes, although be don't need them immediately, but `evironment.yaml` and `setup.sh` just captures your local environment, I don't think we want to keep them in repo.
pls, fix precommit