RSE-Sheffield / team-python

Notes and Issues for Team Python
4 stars 0 forks source link

Optimised Libraries :fast_forward: :wavy_dash: :dash: #15

Open ns-rse opened 1 year ago

ns-rse commented 1 year ago

There are a number of optimised libraries for many packages, with optimsation at different levels...

Intel Optimisations

Alternative Implementations

Parallelisation

bobturneruk commented 1 year ago

Keen for this.

willfurnass commented 1 year ago

List of packages provided by Intel conda channel: https://anaconda.org/intel/repo

EdwinB12 commented 1 year ago

https://jax.readthedocs.io/en/latest/jax-101/index.html

ns-rse commented 1 year ago

12 is kind of related to this topic.

Does anyone have experience of using any of these optimised packages?

willfurnass commented 1 year ago

Yes, but probably won't be able to join this week.

willfurnass commented 1 year ago

Wrote a bit on numpy accelerated using the MKL some time ago: https://github.com/RSE-Sheffield/hi-perf-ipynb/blob/master/tutorials/01-multithreading.ipynb

ns-rse commented 1 year ago

Thanks for the notebook @willfurnass :+1:

Yes, but probably won't be able to join this week.

Good reason to defer till next meeting?

f-allian commented 5 months ago