CNTK/Dependencies/CNTKCustomMKL
Mark Hillebrand 72b28630fd Normalize line endings 2016-10-27 12:46:02 +02:00
..
README-for-redistributable.txt CNTK custom MKL support 2016-06-14 17:39:24 +02:00
README.md Update CNTK custom MKL README 2016-06-15 14:08:56 +02:00
build-linux.sh CNTK custom MKL support 2016-06-14 17:39:24 +02:00
build-windows.cmd Normalize line endings 2016-10-27 12:46:02 +02:00
functions.txt Bumping mkl version 2016-09-26 11:55:39 +02:00
headers.txt CNTK custom MKL support 2016-06-14 17:39:24 +02:00
version.txt Bumping mkl version 2016-09-26 11:55:39 +02:00

README.md

CNTK custom MKL

This directory contains the necessary files to create a custom Intel® Math Kernel Library (MKL) for usage by CNTK ("CNTK custom MKL" for short).

By default, a CNTK binary with Intel® MKL support includes a prebuilt CNTK custom MKL. If you want to build CNTK with Intel® MKL support yourself, you can install a prebuilt CNTK custom MKL, available for download from the CNTK web site. See CNTK's setup instructions for more details.

If you want to add new Intel® MKL functions to be used by CNTK you will have to build your own CNTK custom MKL. This requires you to install the Intel MKL SDK for your platform. Then, in this directory,

  • extend the file headers.txt to expose new headers,
  • extend the file functions.txt to expose new functions, and
  • use build-linux.sh or build-windows.cmd to build for your platform.

For further documentation please see the Developer Guide for the Intel® MKL, in particular Building Custom Shared Objects (Linux) and Building Custom Dynamic-link Libraries (Windows).