summaryrefslogtreecommitdiffstats
path: root/recipes-core/mkl-dnn
Commit message (Collapse)AuthorAgeFilesLines
* mkl-dnn: set CVE_PRODUCTRoss Burton2019-11-291-0/+2
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: upgrade v1.0.2 -> v1.1Naveen Saini2019-10-211-12/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | Added third party license info: CMake, 3-clause BSD licenseq Copyright 2000-2019 Kitware, Inc. and Contributors See full license text in cmake/Copyright.txt MathJax, Apache License 2.0 Copyright (c) 2009-2018 The MathJax Consortium See full license text in doc/assets/mathjax/LICENSE Boost C++ Libraries, Boost Software License, Version 1.0 Copyright 2005-2014 Daniel James. See full license text in src/common/LICENSE_1_0 Release highlights can be found here: https://github.com/intel/mkl-dnn/releases/tag/v1.1 Note: Starting with this release (version 1.1) the library is renamed to DNNL https://intel.github.io/mkl-dnn/dev_guide_transition_to_dnnl.html https://intel.github.io/mkl-dnn/dev_guide_transition_to_v1.html Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: upgrade v1.0.1 -> v1.0.2Naveen Saini2019-09-041-1/+1
| | | | | | | | Release highlights can be found here: https://github.com/intel/mkl-dnn/releases/tag/v1.0.2 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: upgrade v0.19 -> v1.0.1Naveen Saini2019-08-061-5/+5
| | | | | | | | | | | | | | Added third party license info: "ittnotify, 3-clause BSD license Copyright (c) 2011, Intel Corporation See full copyright notice and license text in src/cpu/jit_utils/jitprofiling/LICENSE.BSD" Release highlights can be found here: https://github.com/intel/mkl-dnn/releases/tag/v1.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: add ptestNaveen Saini2019-07-042-2/+40
| | | | | | | | | | | Added api-c & test_c_symbols testcases under ptest. Shipping benchdnn, which is a standalone correctness and performance benchmark for Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN). Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* mkl-dnn: do not use host machine instructionsNaveen Saini2019-07-011-0/+1
| | | | | | | | | | | | | | | For GNU* Compiler Collection version 5 and newer the default options are `-march=native -mtune=native`, which should not happen in cross compilation environment. ARCH_OPT_FLAGS=\"\" does not allow to use host machine instructions. For more information, please check: http://intel.github.io/mkl-dnn/dev_guide_build_options.html Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* 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>