AI Tools from Intel
Find answers to your toolkit installation, configuration, and get-started questions.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

oneDNN: where to download older versions?

Ladislav_K
New Contributor I
588 Views

Hello,

I am looking for older version of Intel oneDNN with prebuild libraries for windows.

There is download page for oneDNN, but only latest version is there: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onednn-download.html

There is also download page for Intel oneAPI Toolkit, with selection of versions: https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit-download.html

But it seems, thart selection does not work.

Is there some archive? Can you provide links?

(I am looking for oneDNN 3.1 version ...)

Thanks

0 Kudos
1 Solution
Ladislav_K
New Contributor I
108 Views

Pre-built binary packages ("dnnl.dll" for Windows) can be found on https://anaconda.org/conda-forge/onednn as stated on https://github.com/uxlfoundation/oneDNN in paragraph "Installation".

(there is required "conda" installer (https://docs.conda.io/en/latest/) and then run "conda install conda-forge::onednn" for latest version or "conda install conda-forge::onednn-3.2" for 3.2 version for example)

View solution in original post

0 Kudos
1 Reply
Ladislav_K
New Contributor I
109 Views

Pre-built binary packages ("dnnl.dll" for Windows) can be found on https://anaconda.org/conda-forge/onednn as stated on https://github.com/uxlfoundation/oneDNN in paragraph "Installation".

(there is required "conda" installer (https://docs.conda.io/en/latest/) and then run "conda install conda-forge::onednn" for latest version or "conda install conda-forge::onednn-3.2" for 3.2 version for example)

0 Kudos
Reply