|
|
|
|
|
by johndough
1586 days ago
|
|
In theory, a compiler toolchain is not required since Numba already comes with LLVM, i.e. for JIT compilation, no additional compiler is necessary. In the past, that was also possible for AOT compilation [1], but that technique broke during some update and it seems like there is no one left who knows how to fix this. [1] https://stackoverflow.com/a/42198101 |
|