Emergency Self-Construct
Emergency Self-Construct
@bbb23exposed thank you for opening this issue. I am responsible for triaging issues this week. I can reproduce this locally. It looks like you may have hit a bug in...
This was discussed during the developer meeting. It is a known limitation that you can not `raise` in object-mode.
@yashssh @gmarkall code needs a fix, it's become conflicting with `main` due to recent merges. 🙏
> Resolved now, thanks! @yashssh thank your for the swift update! -- @gmarkall can you check this and approve the fixes?
Thank you for the patch!
@yujianll thanks for taking the time to report this and helping to improve Numba. As documented on: https://numba.pydata.org/numba-doc/dev/reference/numpysupported.html `cumsum` in Numba currently only supports the first argument. I.e. none of...
I have rename the issues and labeled it as a feature request accordingly.
@yujianll if you need `axis` support immediately, I would suggest to implement it yourself for the given dimensionality in your case. Numba is great at optimizing for loops and a...
@yujianll hmmm, not sure, maybe with fortran order that would work well?
@yujianll sorry, wrong link: https://github.com/numba/numba/issues/4628