transonic
transonic copied to clipboard
Unexpected behavior of @jit and @boost
Hi,
Recently I decided to give transonic a try, but unfortunately have since run into this issue (asked by someone else before):
https://stackoverflow.com/questions/64857530/transonic-run-python-code-instead-of-pythran
To date this question is not yet answered. Would you have any suggestion on how to resolve it?
Thanks, Jingyang Wang
Hi, thanks for filling this issue. I didn't know about the SO question.
Transonic development is hosted in https://foss.heptapod.net and issues should be opened in https://foss.heptapod.net/fluiddyn/transonic/-/issues. I'm going to add a template on Github to explain this.
Anyway, I can't reproduce the issue described in SO. Both jit
and boost
decorators work well here with the example given.
You can try with the environment variable
export TRANSONIC_DEBUG=1
Could you please open an issue in https://foss.heptapod.net/fluiddyn/transonic/-/issues with a bit more information (OS?, How did you install the packages?).