Yashwant Singh
Yashwant Singh
> @yashssh can you rebase this? Seems like there has not been a review, so rebase is fine. Looks like the CI fail is stale in comp. to `main`. Done
> @yashssh Is this still a draft, or ready for a review? Some of the examples in the notebook need LLVM19(I created this mainly for my EuroLLVM 2025 presentation). If...
@BwL1289 I believe this pull request is now stale. #1103 #1092 #1091 https://github.com/numba/numba/pull/9676 are the pull requests trying to jump Numba+llvmlite to LLVM's tot. There is a delay because Numba's...
Currently Numba relies on [libnvvm](https://docs.nvidia.com/cuda/libnvvm-api/index.html) for emitting PTX code for cuda target. However current nvvm version that's supported is llvm7, which means the newer LLVM IRs are incompatible. To solve...
I'll take a look and fix it.