Skip to content

Commit a96524b

Browse files
committed
doc: bumped version to v0.5, extended processor support matrix
1 parent 2a5f63b commit a96524b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 2.8)
1818

1919
set(PROJECT_NAME "Intel(R) MKL-DNN")
2020
set(PROJECT_FULL_NAME "Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)")
21-
set(PROJECT_VERSION, "0.3")
21+
set(PROJECT_VERSION, "0.5")
2222

2323
set(LIB_NAME mkldnn)
2424

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)
22
[![Apache License Version 2.0](https://img.shields.io/badge/license-Apache_2.0-green.svg)](LICENSE)
3-
![v0.3 technical preview](https://img.shields.io/badge/v0.3-technical_preview-orange.svg)
3+
![v0.5 technical preview](https://img.shields.io/badge/v0.5-technical_preview-orange.svg)
44

55
Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN) is an
66
open source performance library for Deep Learning (DL) applications intended
@@ -49,9 +49,10 @@ request will be merged into our internal and GitHub repositories.
4949
Intel MKL-DNN supports Intel(R) 64 architecture processors and is optimized for
5050
* Intel(R) Xeon(R) processor E5-xxxx v3 (codename Haswell)
5151
* Intel(R) Xeon(R) processor E5-xxxx v4 (codename Broadwell)
52+
* Intel(R) Xeon Phi(TM) processor 72xx (codename Kingts Landing)
5253

53-
Processors without Intel(R) Advanced Vector Extensions 2 (Intel(R) AVX2) are not
54-
supported in this release.
54+
Processors without Intel(R) Advanced Vector Extensions 2 (Intel(R) AVX2) are
55+
supported and will run reference code.
5556

5657
The software dependencies are:
5758
* [Cmake](https://cmake.org/download/) 2.8.0 or later

0 commit comments

Comments
 (0)