Pierre Augier
Pierre Augier
I'd like to have this supported by Transonic: ```python import numpy as np from transonic import boost, Type, Array A = Array[Type(np.float32, np.float64), "1d"] @boost def mysum(arr: A): result: A.dtype...
I'd like to get a list of the CPython and Numpy C-API usage in Pythran? `grep -rwoh 'Py[_A-Z].[a-zA-Z_]*' | sort | uniq` gives something which looks like reasonable. Is there...
An error from fluidsim CI that I don't understand (https://travis-ci.org/fluiddyn/fluidsim/jobs/484692528): ``` File "/home/travis/build/fluiddyn/fluidsim/.tox/py-pythran/.venv/lib/python3.6/site-packages/transonic/util.py", line 63, in import pythran File "", line 971, in _find_and_load File "", line 955, in _find_and_load_unlocked...
After using Pythran in FluidDyn packages for a while, I am now convinced that Pythran needs a small pure Python package to help to use Pythran in packages. I've experimented...
### Where is the problem? https://docs.modular.com/mojo/programming-manual.html#autotuning-adaptive-compilation ### What can we do better? The example in https://docs.modular.com/mojo/programming-manual.html#autotuning-adaptive-compilation is both very impressive/nice and IMHO really ugly and difficult to follow. It seems...
Last commit in master (https://github.com/Nek5000/Nek5000/commit/30f06bc533d957397dbe069d4d419d66c4711bfb) which was introduced directly on master without PR and without mentioned issue changed a lot the behavior of Nek5000. With this last commit, the working...
For some features (for example history points), we need generic Fortran code to be put in the .usr file. I'm wondering if it would be possible / a good idea...
Previously mentioned in https://github.com/snek5000/snek5000/issues/142... See https://github.com/snek5000/snek5000/issues/142#issuecomment-1318634416 and what have been done in cbox (https://github.com/snek5000/snek5000-cbox/blob/main/src/snek5000_cbox/cbox.usr.f#L65). Also mention somewhere `implicit none`!
Previously mentioned in https://github.com/snek5000/snek5000/issues/142...
Previously mentioned in https://github.com/snek5000/snek5000/issues/142... See tgv solver and tutorial.