Guilherme Leobas
Guilherme Leobas
Hi @detrout, thanks for the report. I'll put this issue up for discussion at the next triage meeting. May be related to https://github.com/numba/numba/issues/8703 and https://github.com/numba/numba/issues/6659
Hi @detrout, you can enable debug with `NUMBA_DEBUGINFO=1`. See https://numba.readthedocs.io/en/stable/reference/envvars.html#envvar-NUMBA_DEBUGINFO Also, it might be good to disable LLVM optmizer with `NUMBA_OPT=0`.
I think this needs rebasing with main and one more test to test the `@lower_cast`. Although the casting part is not needed for `.tobytes` to work. If @alanhdu is not...
> @guilhermeleobas I have a 1d array of size 100, Im doing some loops to change data, but since Im using xxhash to hash each array outside of numba, do...
> @guilhermeleobas is possible to call functions of https://github.com/escherba/python-cityhash directly from numba? I will gain performance in this case. Thanks Don't think so, as it would be external dependency.
@lucasmonstrox, could you open a topic on [Numba discourse page](https://numba.discourse.group/), as this deviates from the pull request.
@pytorchbot merge
@pytorchbot rebase
@pytorchbot merge
@pytorchbot merge