File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 2.8)
1818
1919set (PROJECT_NAME "Intel(R) MKL-DNN" )
2020set (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
2323set (LIB_NAME mkldnn)
2424
Original file line number Diff line number Diff line change 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
55Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN) is an
66open source performance library for Deep Learning (DL) applications intended
@@ -49,9 +49,10 @@ request will be merged into our internal and GitHub repositories.
4949Intel 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
5657The software dependencies are:
5758* [ Cmake] ( https://cmake.org/download/ ) 2.8.0 or later
You can’t perform that action at this time.
0 commit comments