summaryrefslogtreecommitdiffstats
path: root/recipes-core/mkl-dnn
Commit message (Collapse)AuthorAgeFilesLines
* mkl-dnn: update SRCREV to fix GCC9 build failure2.8_M1Naveen Saini2019-06-071-1/+2
| | | | | | | | | | | Fix for GCC9 build error is backported from master branch to release branch rls-v0.19. Patch Link: https://github.com/intel/mkl-dnn/commit/027de7603662a569366e15132ac80298902b96b8 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: upgrade 0.18.1 -> 0.19Naveen Saini2019-06-011-2/+2
| | | | | | | | For more details, please check: https://github.com/intel/mkl-dnn/releases Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: upgrade 0.17.4 -> 0.18.1Naveen Saini2019-04-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | A list of third party components added to the LICENSE. LICENSE changes: """ Intel MKL-DNN includes components with separate copyright notices and license terms. XByak, 3-clause BSD license Copyright (c) 2007 MITSUNARI Shigeo See full copyright notice and license text in src/cpu/xbyak/COPYRIGHT gtest, 3-clause BSD license Copyright 2008, Google Inc. See full copyright notice and license text in tests/gtests/gtest/LICENSE """ This release contains performance optimizations, new functionality, usability improvements and bug fixes. For more details, please check: https://github.com/intel/mkl-dnn/releases Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: fix upstream release checkingNaveen Saini2019-04-251-0/+2
| | | | | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: Initial recipe for Intel Math Kernel LibraryAnkit Navik2019-03-051-0/+22
Add generic recipe for Intel(R) Math Kernel Library for Deep Neural Networks. The library accelerates deep-learning applications and frameworks on Intel architecture. Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>