aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/mkl
Commit message (Collapse)AuthorAge
* Fixed the broken unit testsGravatar avijit-nervana2018-09-27
|
* Adds a build flag to enable MKL (mkl_enabled=true).Gravatar A. Unique TensorFlower2018-09-25
| | | | PiperOrigin-RevId: 214557082
* Merge pull request #21808 from NervanaSystems:avijit/fix-license-filesGravatar TensorFlower Gardener2018-08-28
|\ | | | | | | PiperOrigin-RevId: 210614909
| * Avijit/fix broken unit testsGravatar Avijit2018-08-22
|/ | | | | * Fixed the dependencies with `str(Label(...))` so that third_party codes that refer to the tensorflow as a submodule get it properly resolved.
* Apply MKL-{ML,DNN}-only config settings to dependencies, not just code.Gravatar A. Unique TensorFlower2018-08-14
| | | | | | | | | | Previously, specifying --define=using_mkl_dnn_only=true would cause MKL-ML-dependent code to be #ifdef'd out, but dependencies on MKL-ML itself would still be present. This change makes all library dependencies on MKL properly select MKL-ML, MKL-DNN, or both, depending on the selected configuration. PiperOrigin-RevId: 208710102
* Allow is_initialized and initializer to be called on MirroredVariables and ↵Gravatar Anjali Sridhar2018-07-06
| | | | | | TowerLocalVariables. PiperOrigin-RevId: 203520287
* Merge commit for internal changesGravatar Yifei Feng2018-05-29
|\
| * Merge changes from github.Gravatar Yifei Feng2018-05-24
| | | | | | | | | | | | | | Revert #18413. Too many internal test failures due to the name scope change caused by this change. Revert #18192. Cannot use re2::StringPiece internally. Need alternative for set call. Will pull and clean this up in a separate change. PiperOrigin-RevId: 197991247
* | Add conditions:default to mkl build (#19008)Gravatar William D. Irons2018-05-04
| | | | | | | | | | | | | | | | If building on a system that is not darwin, linux_x86_64, or windows, the select statement in third_party/mkl/BUILD fails to find a match and fails. Need to use no mkl libraries for non-x86 systems Fixes #18084
* | Resolve conflicts.Gravatar Jianwei Xie2018-03-29
|\|
| * Automated g4 rollback of changelist 190858242Gravatar Jianwei Xie2018-03-29
| | | | | | | | PiperOrigin-RevId: 190953197
| * Automated g4 rollback of changelist 190835392Gravatar Anna R2018-03-28
| | | | | | | | PiperOrigin-RevId: 190858242
| * Merge changes from github.Gravatar Jianwei Xie2018-03-28
| | | | | | | | PiperOrigin-RevId: 190835392
* | [WIP] MKL repos download for mac and windows + update to MKL(-DNN) 0.12 (#17396)Gravatar Anton Matosov2018-03-23
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix MKL build on MacOS * Fix invalid return type, user_memory_->set_data_handle(buf) returns void. * Fix type mismatch * Implement downloading and linking of MKL repo on mac and windows * Rework the way MKL libs are binded to avoid warnings and simplify code * Switch to matching version of MKL-DNN * Add mirror links * Add renamed license file * Add -fopenmp flag for linux mkl build as Slice op kernel is optimized using OpenMP * Use clean_dep in the entire file for consistency * Fix build. Constants are declrared as static in header outside the class scope now * Reworked fix for `-openmp` flag using the suggestion from @gunan Original version here https://github.com/gunan/tensorflow/commit/b4d39c5226e8bbafe084b1dfc35f4644f2d906c2
* Merge changes from github.Gravatar Sourabh Bajaj2017-11-30
| | | | PiperOrigin-RevId: 177526301
* Remove temp_workaround_http_archive.Gravatar Michael Case2017-11-28
| | | | PiperOrigin-RevId: 177230105
* Re-enable using local MKL directory.Gravatar Gunhan Gulsoy2017-07-21
| | | | | | | Setting TF_MKL_ROOT environment variable (together with "--config=mkl") before build will enforce using a local copy of MKL during build. PiperOrigin-RevId: 162787130
* Tidy up opensouce mkl build.Gravatar Gunhan Gulsoy2017-07-21
| | | | | | Closes #11212 PiperOrigin-RevId: 162713588
* Merge changes from github.Gravatar Benoit Steiner2017-05-11
| | | | PiperOrigin-RevId: 155709893
* Merge changes from github.Gravatar Andrew Harp2017-03-01
| | | | Change: 148954491
* Merge changes from github.Gravatar Vijay Vasudevan2017-02-17
| | | | Change: 147897309
* Internal change.Gravatar A. Unique TensorFlower2017-02-09
Change: 147051664