Skip to content

IPEX v2.1.10+xpu+oneapi

Compare
Choose a tag to compare
@Nuullll Nuullll released this 14 Dec 04:57

The torch and intel_extension_for_pytorch wheels were re-packaged with extra dll dependencies on top of official IPEX v2.1.10+xpu release (Intel® Data Center GPU Flex Series, Intel® Data Center GPU Max Series and Intel® Arc™ A-Series Graphics):

  • Extra dll files added to torch (location %PYTHON_ENV_DIR%\lib\site-packages\torch\lib)
    • uv.dll from libuv 1.44
    • libiomp5md.dll from oneAPI DPCPP compiler 2024.0
  • Extra dll files added to intel_extension_for_pytorch (location %PYTHON_ENV_DIR%\lib\site-packages\intel_extension_for_pytorch\bin)
    • sycl7.dll;pi_level_zero.dll;pi_win_proxy_loader.dll;mkl_core.2.dll;mkl_sycl_blas.4.dll;mkl_sycl_lapack.4.dll;mkl_sycl_dft.4.dll;mkl_tbb_thread.2.dll;libmmd.dll;svml_dispmd.dll from oneAPI DPCPP 2024.0 and MKL 2024.0

With all the dependent dll files baked in torch and intel_extension_for_pytorch wheels, the users can simply install and use IPEX without installing extra oneAPI packages.