Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Intel Distribution for Python: provides:

    • Near-native performance through acceleration of core numerical and machine learning packages with libraries like the IntelĀ® oneAPI Math Kernel Library and IntelĀ® oneAPI Data Analytics Library.

    • Support for the latest CPU instructions to accelerate workloads.

    • Performance using all available CPU cores on laptops, desktops, and powerful servers.

    • Productivity tools for compiling Python code into optimized instructions.

    • Essential Python bindings for easing integration of Intel native tools with your Python project.

Using

On BeatoothBearooth, this comes in the form of a conda environment. To use:

Code Block
[]$ module load miniconda3/4.12.0
[]$ conda activate /apps/u/opt/compilers/oneapi/2022.3/intelpython/latest
(/apps/u/opt/compilers/oneapi/2022.3/intelpython/latest) []$ python --version
Python 3.9.12 :: Intel Corporation

...