跳转至主要内容
英特尔标志 - 返回主页
我的工具

选择您的语言

  • Bahasa Indonesia
  • Deutsch
  • English
  • Español
  • Français
  • Português
  • Tiếng Việt
  • ไทย
  • 한국어
  • 日本語
  • 简体中文
  • 繁體中文
登录 以访问受限制的内容

使用 Intel.com 搜索

您可以通过多种方式轻松搜索整个 Intel.com 站点。

  • 品牌: 酷睿 i9
  • 文件号: 123456
  • Code Name: Emerald Rapids
  • 特殊作符: “Ice Lake”, Ice AND Lake, Ice OR Lake, Ice*

快速链接

您也可以尝试使用以下快速链接查看最受欢迎搜索的结果。

  • 产品信息
  • 支持
  • 驱动程序和软件

最近搜索

登录 以访问受限制的内容

高级搜索

仅搜索

Sign in to access restricted content.

不建议本网站使用您正在使用的浏览器版本。
请考虑通过单击以下链接之一升级到最新版本的浏览器。

  • Safari
  • Chrome
  • Edge
  • Firefox

Get Intel® oneAPI Math Kernel Library (oneMKL)

  

  • Overview
  • Download
  • Documentation & Resources
本网站采用了 reCAPTCHA 保护机制,并且适用谷歌<a href="https://policies.google.com/privacy">隐私政策</a>和<a href="https://policies.google.com/terms">服务条款</a>。

Accelerate math processing routines, increase application performance, and reduce development time.

For the most current functional and security features, update to the latest version as it becomes available.

Install with Spack

spack install intel-oneapi-mkl

For more information, refer to Spack documentation.

For the next steps, see the Get Started Guide.

 

Install with YUM

sudo yum install intel-oneapi-mkl-devel

The following packages are available for installation:

  • intel-oneapi-mkl-devel: Complete oneMKL package for development
  • intel-oneapi-mkl: Complete oneMKL package for runtime only
  • intel-oneapi-mkl-classic-devel: oneMKL development package for C/Fortran functionality and Cluster components
  • intel-oneapi-mkl-classic-include
  • intel-oneapi-mkl-classic: oneMKL runtime package for C/Fortran functionality and Cluster components
  • intel-oneapi-mkl-cluster-devel
  • intel-oneapi-mkl-cluster
  • intel-oneapi-mkl-core-devel
  • intel-oneapi-mkl-core
  • intel-oneapi-mkl-sycl-devel: oneMKL development package for SYCL functionality and GPU support
  • intel-oneapi-mkl-sycl-include
  • intel-oneapi-mkl-sycl: oneMKL runtime package for SYCL functionality and GPU support
  • intel-oneapi-mkl-sycl-blas: oneMKL runtime package for SYCL functionality and GPU support for BLAS only
  • intel-oneapi-mkl-sycl-data-fitting: oneMKL runtime package for SYCL functionality and GPU support for Data Fitting only (experimental library)
  • intel-oneapi-mkl-sycl-dft: oneMKL runtime package for SYCL functionality and GPU support for the Fast Fourier transforms only
  • intel-oneapi-mkl-sycl-lapack: oneMKL runtime package for SYCL functionality and GPU support for LAPACK only
  • intel-oneapi-mkl-sycl-rng: oneMKL runtime package for SYCL functionality and GPU support for Random Number Generators only
  • intel-oneapi-mkl-sycl-sparse: oneMKL runtime package for SYCL functionality and GPU support for Sparse BLAS only
  • intel-oneapi-mkl-sycl-stats: oneMKL runtime package for SYCL functionality and GPU support for Summary Statistics only
  • intel-oneapi-mkl-sycl-vm: oneMKL runtime package for SYCL functionality and GPU support for Vector Math only
  • For distributed SYCL-based applications:
    • intel-oneapi-mkl-sycl-distributed-dft: oneMKL runtime package for SYCL functionality and GPU support for distributed Discrete Fourier Transform only (experimental library)
    • intel-oneapi-mkl-sycl-distributed-dft-devel: oneMKL development package for SYCL functionality and GPU support for distributed Discrete Fourier Transform only (experimental library)

For the next steps, see the Get Started Guide. 

  Set Up Your Environment

  1. Install Miniforge.
  2. Create and activate a new conda environment, replacing <your-env-name> with your preferred name for the environment:
    
    conda create -n <your-env-name>
    conda activate <your-env-name>

  Install with conda


conda install -c https://software.repos.intel.com/python/conda/ -c conda-forge <package-name>

The following packages are available for installation:

  • For running applications that require oneMKL:
    • mkl includes runtime only
  • For developing or compiling applications:
    • mkl-devel includes libraries, headers, and tools for dynamic linking
    • If needed, add mkl-include if your development workflow manages the libraries separately
  • For static linking:
    • mkl-static to statically link oneMKL, creating self-contained binaries
  • For running Data Parallel C++ (DPC++) applications that require oneMKL:
    • mkl-dpcpp provides the runtime support for oneMKL with DPC++
  • For developing and compiling DPC++ applications:
    • mkl-devel-dpcpp includes the development tools and headers for oneMKL with DPC++
  • For using domain-specific libraries in SYCL-based applications:
    • onemkl-sycl-blas provides Basic Linear Algebra Subprograms (BLAS) routines
    • onemkl-sycl-lapack provies Linear Algebra Package (LAPACK) routines for more advanced linear algebra computations
    • onemkl-sycl-dft provides Discrete Fourier Transform functionality
    • onemkl-sycl-sparse provides sparse matrix operations
    • onemkl-sycl-vm provides vector math (VM) operations, which optimize common mathematical functions applied to vectors
    • onemkl-sycl-datafitting provides functionality for data fitting operations

For the next steps, see the Get Started Guide.

 

  Set Up Your Environment

  1. Install Miniforge.
  2. Create and activate a new conda environment, replacing <your-env-name> with your preferred name for the environment:
    
    conda create -n <your-env-name>
    conda activate <your-env-name>

     

  Install with conda


conda install -c https://software.repos.intel.com/python/conda/ -c conda-forge <package-name>

The following packages are available for installation:

  • For running applications that require oneMKL:
    • mkl includes runtime only
  • For developing or compiling applications:
    • mkl-devel includes libraries, headers, and tools for dynamic linking
    • If needed, add mkl-include if your development workflow manages the libraries separately
  • For static linking:
    • mkl-static to statically link oneMKL, creating self-contained binaries
  • For single-device SYCL-based applications:
    • For running SYCL-based applications that require oneMKL:
      • mkl-dpcpp provides the runtime support for oneMKL with SYCL
    • For developing and compiling SYCL-based applications:
      • mkl-devel-dpcpp includes the development tools and headers for oneMKL with SYCL
    • For using domain-specific libraries when running SYCL-based applications:
      • onemkl-sycl-blas provides Basic Linear Algebra Subprograms (BLAS) routines
      • onemkl-sycl-lapack provides Linear Algebra Package (LAPACK) routines for more advanced linear algebra computations
      • onemkl-sycl-dft provides Discrete Fourier Transform functionality
      • onemkl-sycl-sparse provides sparse matrix operations
      • onemkl-sycl-vm provides vector math (VM) operations, which optimize common mathematical functions applied to vectors
      • (Experimental feature) onemkl-sycl-datafitting provides functionality for data fitting operations
  • For distributed SYCL-based applications:
    • For using domain-specific libraries when running SYCL-based applications:
      • (Experimental feature) onemkl-sycl-distributed-dft provides runtime support for distributed Discrete Fourier Transform functionality.

For the next steps, see the Get Started Guide.

 

Install with NuGet

You can install NuGet packages for oneMKL via Microsoft* Visual Studio or command line interface. For more information, refer to the NuGet documentation.

The following packages are available for installation

  • Development packages contain the development libraries and headers, enabling you to compile and link your applications with the oneMKL libraries: intelmkl.devel.win-x64 intelmkl.devel.win-x86
  • Static packages contain the static libraries, allowing you to link oneMKL libraries statically into your application. This means your application will not depend on external dynamic libraries at runtime, simplifying distribution: intelmkl.static.win-x64 intelmkl.static.win-x86

Additionally, oneMKL cluster components development and static packages are available: intelmkl.devel.cluster.win-x64 intelmkl.static.cluster.win-x64

For the next steps, see the Get Started Guide.

  Set Up Your Environment

Create and activate a virtual environment, replacing <your-env-name> with your preferred name for the environment:


python3.10 -m venv <your-env-name>
source <your-env-name>/bin/activate

  Install with pip


sudo pip install <package-name>

The following packages are available for installation:

  • For running applications that require oneMKL:
    • mkl includes runtime only
  • For developing or compiling applications:
    • mkl-devel includes libraries, headers, and tools for dynamic linking
    • if needed, add mkl-include if your development workflow manages the libraries separately
  • For static linking:
    • mkl-static to statically link oneMKL, creating self-contained binaries
  • For running Data Parallel C++ (DPC++) applications that require oneMKL:
    • mkl-dpcpp provides the runtime support for oneMKL with DPC++
  • For developing and compiling DPC++ applications:
    • mkl-devel-dpcpp includes the development tools and headers for oneMKL with DPC++
  • For using domain-specific libraries in SYCL-based applications:
    • onemkl-sycl-blas provides Basic Linear Algebra Subprograms (BLAS) routines
    • onemkl-sycl-lapack provies Linear Algebra Package (LAPACK) routines for more advanced linear algebra computations
    • onemkl-sycl-dft provides Discrete Fourier Transform functionality
    • onemkl-sycl-sparse provides sparse matrix operations
    • onemkl-sycl-vm provides vector math (VM) operations, which optimize common mathematical functions applied to vectors
    • onemkl-sycl-datafitting provides functionality for data fitting operations

For the next steps, see the Get Started Guide.

 

  Prerequisites for First-Time Users

  1. To add APT repository access, install the prerequisites:
    
    sudo apt update
    sudo apt install -y gpg-agent wget
  2. Set up the repository. To do this, download the key to the system keyring:
    
    wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
  3. Add the signed entry to APT sources and configure the APT client to use the Intel repository:
    
    echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
  4. Update the packages list and repository index.
    
    sudo apt update

  Install with APT

For running applications that require oneMKL:


sudo apt install intel-oneapi-mkl

For developing and compiling oneMKL applications:


sudo apt install intel-oneapi-mkl-devel

The following packages are available for installation:

  • intel-oneapi-mkl-devel: Complete oneMKL package for development
  • intel-oneapi-mkl: Complete oneMKL package for runtime only
  • intel-oneapi-mkl-classic-devel: oneMKL development package for C/Fortran functionality and Cluster components
  • intel-oneapi-mkl-classic-include
  • intel-oneapi-mkl-classic: oneMKL runtime package for C/Fortran functionality and Cluster components
  • intel-oneapi-mkl-cluster-devel
  • intel-oneapi-mkl-cluster
  • intel-oneapi-mkl-core-devel
  • intel-oneapi-mkl-core
  • intel-oneapi-mkl-sycl-devel: oneMKL development package for SYCL functionality and GPU support
  • intel-oneapi-mkl-sycl-include
  • intel-oneapi-mkl-sycl: oneMKL runtime package for SYCL functionality and GPU support
  • intel-oneapi-mkl-sycl-blas: oneMKL runtime package for SYCL functionality and GPU support for BLAS only
  • intel-oneapi-mkl-sycl-data-fitting: oneMKL runtime package for SYCL functionality and GPU support for Data Fitting only (experimental library)
  • intel-oneapi-mkl-sycl-dft: oneMKL runtime package for SYCL functionality and GPU support for the Fast Fourier transforms only
  • intel-oneapi-mkl-sycl-lapack: oneMKL runtime package for SYCL functionality and GPU support for LAPACK only
  • intel-oneapi-mkl-sycl-rng: oneMKL runtime package for SYCL functionality and GPU support for Random Number Generators only
  • intel-oneapi-mkl-sycl-sparse: oneMKL runtime package for SYCL functionality and GPU support for Sparse BLAS only
  • intel-oneapi-mkl-sycl-stats: oneMKL runtime package for SYCL functionality and GPU support for Summary Statistics only
  • intel-oneapi-mkl-sycl-vm: oneMKL runtime package for SYCL functionality and GPU support for Vector Math only
  • For distributed SYCL-based applications:
    • intel-oneapi-mkl-sycl-distributed-dft: oneMKL runtime package for SYCL functionality and GPU support for distributed Discrete Fourier Transform only (experimental library)
    • intel-oneapi-mkl-sycl-distributed-dft-devel: oneMKL development package for SYCL functionality and GPU support for distributed Discrete Fourier Transform only (experimental library)

For the next steps, see the Get Started Guide.

 

Install with Cloudera

  1. In the Cloudera Manager Admin Console, access the Parcels page by clicking the Parcels indicator in the left navigation bar.
  2. At the Parcels page, click the Parcel Repositories & Network Settings button.
  3. In the Remote Parcel Repository URLs list, click the plus symbol to open an additional row. Enter the path to oneMKL Parcel repository: http://parcels.repos.intel.com/mkl/latest. Click the Save & Verify configuration button.
  4. Click the Check for New Parcels button. In the Location selector, click Available Remotely. The latest oneMKL parcel should be available for download.
  5. Click the Download button for the oneMKL parcel. By downloading the package, you agree with the terms and conditions stated in the End-User License Agreement (EULA).
  6. When download is completed, click the Distribute button to distribute the parcel on all cluster nodes.
  7. When distribution is completed, click the Activate button to activate the parcel on all cluster nodes.

For additional information about Clouder parcels, refer to Parcels documentation.

For the next steps, see the Get Started Guide.

Install with DNF

sudo dnf install intel-oneapi-mkl-devel

For the next steps, see the Get Started Guide. 

  Set Up Your Environment

Create and activate a virtual environment, replacing <your-env-name> with your preferred name for the environment:


python3.10 -m venv <your-env-name>
source <your-env-name>/bin/activate

  Install with pip


sudo pip install <package-name>

The following packages are available for installation:

  • For running applications that require oneMKL:
    • mkl includes runtime only
  • For developing or compiling applications:
    • mkl-devel includes libraries, headers, and tools for dynamic linking
    • If needed, add mkl-include if your development workflow manages the libraries separately
  • For static linking:
    • mkl-static to statically link oneMKL, creating self-contained binaries
  • For single-device SYCL-based applications:
    • For running SYCL-based applications that require oneMKL:
      • mkl-dpcpp provides the runtime support for oneMKL with SYCL
    • For developing and compiling SYCL-based applications:
      • mkl-devel-dpcpp includes the development tools and headers for oneMKL with SYCL
    • For using domain-specific libraries when running SYCL-based applications:
      • onemkl-sycl-blas provides Basic Linear Algebra Subprograms (BLAS) routines
      • onemkl-sycl-lapack provides Linear Algebra Package (LAPACK) routines for more advanced linear algebra computations
      • onemkl-sycl-dft provides Discrete Fourier Transform functionality
      • onemkl-sycl-sparse provides sparse matrix operations
      • onemkl-sycl-vm provides vector math (VM) operations, which optimize common mathematical functions applied to vectors
      • (Experimental feature) onemkl-sycl-datafitting provides functionality for data fitting operations
  • For distributed SYCL-based applications:
    • For using domain-specific libraries when running SYCL-based applications:
      • (Experimental feature) onemkl-sycl-distributed-dft provides runtime support for distributed Discrete Fourier Transform functionality.

For the next steps, see the Get Started Guide.

Install with Zypper

sudo zypper install intel-oneapi-mkl-devel

For the next steps, see the Get Started Guide. 

Size
Version
Date
SHA384

Service Currently Unavailable. Please Try Again Later
Continue as a Guest (download starts immediately) →
By downloading, you agree to our Privacy and Terms of use

Thank You

Your Download should start immediately.

Failed to submit your form.

Due to a technical difficulty, we were unable to submit the form. Please try again after a few minutes. We apologize for the inconvenience.

Installation Instructions

The initial download includes the installer application files only. The installer will acquire the component during the installation process.

Step 1: Select the .exe file to launch the GUI installer.

Step 2: Follow the instructions in the installer.

Step 3: Explore the Get Started Guide.

Command Line Download

Command Line Installation Parameters

wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/47c7d946-fca1-441a-b0df-b094e3f045ea/intel-onemkl-2025.2.0.629.sh

sudo sh ./intel-onemkl-2025.2.0.629.sh

Command Line Download

Command Line Installation Parameters

wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/47c7d946-fca1-441a-b0df-b094e3f045ea/intel-onemkl-2025.2.0.629_offline.sh

sudo sh ./intel-onemkl-2025.2.0.629_offline.sh

Installation Instructions

Step 1: From the console, locate the downloaded install file.

Step 2: Use $ sudo sh ./<installer>.sh to launch the GUI Installer as the root.

Optionally, use $ sh ./<installer>.sh to launch the GUI Installer as the current user.

Step 3: Follow the instructions in the installer.

Step 4: Explore the Get Started Guide.

  Prerequisites for First-Time Users

Create the DNF repository file in the /temp directory as a normal user.


tee > /tmp/oneAPI.repo << EOF
[oneAPI]
name=Intel® oneAPI repository
baseurl=https://yum.repos.intel.com/oneapi
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
EOF

Move the newly created oneAPI.repo file to the YUM configuration directory.


sudo mv /tmp/oneAPI.repo /etc/yum.repos.d

 

 

Prerequisites for First-Time Users

  1. Create the YUM repository file in the /temp directory as a normal user.
    tee > /tmp/oneAPI.repo << EOF
    [oneAPI]
    name=Intel® oneAPI repository
    baseurl=https://yum.repos.intel.com/oneapi
    enabled=1
    gpgcheck=1
    repo_gpgcheck=1
    gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
    EOF

 

  1. Move the newly created oneAPI.repo file to the YUM configuration directory /etc/yum.repos.d.
    sudo mv /tmp/oneAPI.repo /etc/yum.repos.d

Prerequisites for First-Time Users

Add the Intel oneAPI repository public key using the following command:

sudo zypper addrepo https://yum.repos.intel.com/oneapi oneAPI

Additional Resources

System Requirements
Complete Installation Guide
Release Notes
Intel Simplified Software License

  

Support

Start-up support is available if there is an issue with the tool selector functionality.

Report an Issue

  • 公司信息
  • 英特尔资本
  • 企业责任部
  • 投资者关系
  • 联系我们
  • 新闻发布室
  • 网站地图
  • 招贤纳士 (英文)
  • © 英特尔公司
  • 沪 ICP 备 18006294 号-1
  • 使用条款
  • *商标
  • Cookie
  • 隐私条款
  • 请勿分享我的个人信息 California Consumer Privacy Act (CCPA) Opt-Out Icon

英特尔技术可能需要支持的硬件、软件或服务激活。// 没有任何产品或组件能够做到绝对安全。// 您的成本和结果可能会有所不同。// 性能因用途、配置和其他因素而异。请访问 intel.cn/performanceindex 了解更多信息。// 请参阅我们的完整法律声明和免责声明。// 英特尔致力于尊重人权,并避免成为侵犯人权行为的同谋。请参阅英特尔的《全球人权原则》。英特尔产品和软件仅可用于不会导致或有助于任何国际公认的侵犯人权行为的应用。

英特尔页脚标志