Yashwant Singh

Results 36 comments of Yashwant Singh

Hi @detrout, thanks for looking into this! The pull request is due a rebase/merge of main for a long time now. The time I created this pull request all tests...

> What's going on is Debian is coming close to a freeze and our release team dropped our llvm-15 for having too many unfixed bugs. which then removed llvmlite, and...

@detrout I looked the assembly assertion error and also reproduced it locally. It doesn't look like anything is wrong, just a slight update in the code layout I'm not exactly...

> what would you like next? try to rebase that change set against HEAD? For this PR? I don't think a rebase is required, I did merge the main branch...

> @yashssh Will [numba/numba#9676](https://github.com/numba/numba/pull/9676) also be needed in Numba for it to work with LLVM >= 17? Would @detrout need to grab that and incorporate it into the Debian sources?...

@detrout we have rebased the required llvmlite LLVM19 changes on top of last release (v0.44) #1182 combined with necessary numba changes numba/numba#10011 should allow you to build and test everything...

I have rebased the changes on top of main since #1091 was merged.

Thanks @esc! Yeah I can get to it

> The RTD jobs fail because of: > > ``` > > -- Found LLVM 15.0.7 > -- >   | -- Using LLVMConfig.cmake in: /home/docs/checkouts/readthedocs.org/user_builds/llvmlite/conda/1092/lib/cmake/llvm >   | CMake Error at...

I agree with the naming convention comments. We should prefix the current pass manager files and classes with `legacy` prefix and remove `new` from the NewPassManager classes and files. I...