#pythran 搜尋結果
Check out the @ProjectJupyter magic for compiling #python code with #pythran in a notebook Cell, and the improved performance over #numpy!

Milestone reached: we've got 256 stars for #xsimd. That means we've got as many stars on xsimd as there are bits in a AVX register! In other news: we've got all integer types for AVX and SSE and, the big one, #pythran switched to xsimd from boost.SIMD and all tests are passing!

Activating boost.SIMD in #pythran, and updating to the master branch yields incredible speedups! #xtensor will have to keep catching up for a while longer 😏

Serge Guelton presenting of the #pythran Python to C++ transpiler at the @OpenDreamKit low-level interfaces workshop.



À travers le projet Pythran, Serge Guelton nous montre des résultats prometteurs 👍 #Pythran #PyData #Python

First day of the open-source scientific computing workshop on low-level interfaces with core developers of @sagemath @ProjectJupyter #cython #pythran #xtensor @OpenDreamKit.

I've forked @SimonDanisch 's nextjournal article to include a comparison of the speed of R, @graalvm, @JuliaLanguage and #Pythran (Python-to-C++ compiler). Julia and Pythran are equally fast! nextjournal.com/wolfv/how-fast… Shoutout to @usenextjournal it's nice & easy to mix languages!

Forked the awesome #pythran @numba_jit #numpy benchmarks from Serge (the pythran author) to add some xtensor-python benchmarks! Results look good! github.com/wolfv/numpy-be… #xtensor

🚀 Python too slow for science? Try Pythran! It magically compiles Python→C++ for blazing speed—no code changes! Just add #pythran hints. open.substack.com/pub/pythonlibr…
The PR in #pythran that removed 160k and added only 30k lines of code: github.com/serge-sans-pai…
1. #PyPy, #Numba, #Pythran & #Transonic with some changes in the original code improves performance remarkably. 2. Reduction in time to solution compensates for increased power requirement for multithreading. Article: rdcu.be/ciO0J Code:… pythondevs.social/notice/A6ZhFgG…

@pydataparis, code faster at a higher level, réduce engineering cost #pythran to translate python efficiently #c++ integration
#pythran 2.7 (very fast Python2.7->C++->compiled module) released, you 'do no work and it runs faster': pythonhosted.org/pythran/ #python
Pythran just released its long-awaited update: 0.9.7. Here's the changelog: github.com/serge-sans-pai… #pythran
Ever wanted to know how #Pythran interacts with #cython ? Check out last post by @adriengnt ! serge-sans-paille.github.io/pythran-storie…
#Pythran is an ahead of time compiler for a subset of the #Python language, with a focus on #ScientificComputing pythran.readthedocs.io/en/latest/ #AI #DataScience #Analytics #DataAnalyisis #libatlas #numpy
The (pure Python) source code is here: gist.github.com/wolfv/cecbfc35… Note that to get these speeds, only the small #Pythran comment is necessary that tells the pythran compiler the shape and type of the numpy input.
🚀 Python too slow for science? Try Pythran! It magically compiles Python→C++ for blazing speed—no code changes! Just add #pythran hints. open.substack.com/pub/pythonlibr…
Thanks #Pythran people for being so polite: WARNING: Compilation error, trying hard to find its origin... WARNING: Nop, I’m going to flood you with C++ errors!
#Pythran is an ahead of time compiler for a subset of the #Python language, with a focus on #ScientificComputing pythran.readthedocs.io/en/latest/ #AI #DataScience #Analytics #DataAnalyisis #libatlas #numpy
Had a great time at #SciPy2021 yesterday, best virtual conference experience I've had so far! Gave a talk together with Serge Guelton on using #Pythran in #SciPy to make it easier to write fast kernels, here are the slides if you're curious: slideshare.net/RalfGommers/bu….
slideshare.net
Building SciPy kernels with Pythran
1. #PyPy, #Numba, #Pythran & #Transonic with some changes in the original code improves performance remarkably. 2. Reduction in time to solution compensates for increased power requirement for multithreading. Article: rdcu.be/ciO0J Code:… pythondevs.social/notice/A6ZhFgG…

"Reducing the ecological impact of computing through education and Python compilers". Excellent read by @pierre_augier, @cfbolz, and Serge Guelton, in @nature. Featuring the #Pythran open-source project! nature.com/articles/s4155…
nature.com
Reducing the ecological impact of computing through education and Python compilers
Nature Astronomy - Reducing the ecological impact of computing through education and Python compilers
Do not hesitate to have a look at github.com/xtensor-stack/…. Not saying you should switch to it,but you could pick up ideas there. It is well maintained and used by #Xtensor #Pythran and #ApacheArrow.
github.com
GitHub - xtensor-stack/xsimd: C++ wrappers for SIMD intrinsics and parallelized, optimized mathem...
C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical functions (SSE, AVX, AVX512, NEON, SVE)) - xtensor-stack/xsimd
Oh, I was just working on a benchmark experiment on the n-body planets algorithm, in particular with Python implementations (using different accelerators/interpreters, #Transonic #Pythran @numba_jit @pypyproject), see github.com/paugier/nbabel
github.com
GitHub - paugier/nbabel
Contribute to paugier/nbabel development by creating an account on GitHub.
Pythran just released its long-awaited update: 0.9.7. Here's the changelog: github.com/serge-sans-pai… #pythran
Basic Value Range Analysis #pythran serge-sans-paille.github.io/pythran-storie…
Did you know you easily install the @vaex_io DataFrame library on @kaggle kernels and accelerate computations via @numba_jit , #Pythran and #CUDA. On their GPU instances @kaggle use @nvidia Tesla P100 GPUs, with a dual core CPU. (1/3)
Are the slides available anywhere? I'd love to read them! Were #Pythran and #Transonic mentioned? People interested by the subject (Tools for high performance Python) should read this text tiny.cc/transonic-visi… @ianozsvald #PyDataCambridge

@numba_jit #cython #pythran @scikit_learn @scikitbio @statsmodels @pymc_devs @astropy @Biopython @SunPyProject @poliastro_py #scikitimage @jnuneziglesias @pyOpenSci @SciPyTip
Transonic 0.4.0 is on PyPI and @condaforge. Much better than the previous version legi.grenoble-inp.fr/people/Pierre.… ! Easily accelerate #Python #NumPy code with @numba_jit #Pythran and #Cython. transonic.readthedocs.io @pyfluiddyn
Set of tutorials for high performance computing with python, applied to crystallography @SciPyTip @esrfsynchrotron #python #numexpr #pythran #cython #numba journals.iucr.org/j/issues/2019/…
Great slides! For HPC with Python/Numpy, don't forget #pythran, which can be much faster than #numba. Super easy to use with transonic.readthedocs.io Just few `@boost` and `@jit` can make numerical codes super efficient.
We intend to integrate with #pythran at some point. About Numba I have no clue, but it might be a lot better at this point if you do not need full Python compatibility, but seriously I don't know. Mid term I would expect us to overtake what they do once we do PGO and JIT too.
Beniget is used by Transonic (transonic.readthedocs.io), a pure Python package to accelerate Python-Numpy numerical kernels with different accelerators, in particular #pythran. Soon compatible with @numba_jit and #cython !
Check out the @ProjectJupyter magic for compiling #python code with #pythran in a notebook Cell, and the improved performance over #numpy!

Activating boost.SIMD in #pythran, and updating to the master branch yields incredible speedups! #xtensor will have to keep catching up for a while longer 😏


First day of the open-source scientific computing workshop on low-level interfaces with core developers of @sagemath @ProjectJupyter #cython #pythran #xtensor @OpenDreamKit.

Milestone reached: we've got 256 stars for #xsimd. That means we've got as many stars on xsimd as there are bits in a AVX register! In other news: we've got all integer types for AVX and SSE and, the big one, #pythran switched to xsimd from boost.SIMD and all tests are passing!

Serge Guelton presenting of the #pythran Python to C++ transpiler at the @OpenDreamKit low-level interfaces workshop.


À travers le projet Pythran, Serge Guelton nous montre des résultats prometteurs 👍 #Pythran #PyData #Python

Forked the awesome #pythran @numba_jit #numpy benchmarks from Serge (the pythran author) to add some xtensor-python benchmarks! Results look good! github.com/wolfv/numpy-be… #xtensor

I've forked @SimonDanisch 's nextjournal article to include a comparison of the speed of R, @graalvm, @JuliaLanguage and #Pythran (Python-to-C++ compiler). Julia and Pythran are equally fast! nextjournal.com/wolfv/how-fast… Shoutout to @usenextjournal it's nice & easy to mix languages!

1. #PyPy, #Numba, #Pythran & #Transonic with some changes in the original code improves performance remarkably. 2. Reduction in time to solution compensates for increased power requirement for multithreading. Article: rdcu.be/ciO0J Code:… pythondevs.social/notice/A6ZhFgG…

Something went wrong.
Something went wrong.
United States Trends
- 1. Chiefs 67.8K posts
- 2. LaPorta 8,546 posts
- 3. #TNABoundForGlory 32K posts
- 4. Goff 11K posts
- 5. Butker 7,326 posts
- 6. Kelce 11.6K posts
- 7. #OnePride 5,013 posts
- 8. Baker 48.7K posts
- 9. Bryce Miller 2,439 posts
- 10. #DETvsKC 3,369 posts
- 11. #SNFonNBC N/A
- 12. Collinsworth 1,728 posts
- 13. Dan Campbell 1,996 posts
- 14. Gibbs 4,957 posts
- 15. #ALCS 7,762 posts
- 16. Polanco 5,831 posts
- 17. Leon Slater 2,380 posts
- 18. Cal Raleigh 4,403 posts
- 19. Pacheco 4,267 posts
- 20. 49ers 42.8K posts