aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/mkl_dnn/BUILD
Commit message (Collapse)AuthorAge
* Adds a build flag to enable MKL (mkl_enabled=true).Gravatar A. Unique TensorFlower2018-09-25
| | | | PiperOrigin-RevId: 214557082
* 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
* Adding LICENSE file to mkl_dnnGravatar Mahmoud Abuzaina2018-07-11
|
* Adding MKL_DNN license to BUILD filesGravatar Mahmoud Abuzaina2018-07-11
|
* Exporting build_defs.bzl in BUILD fileGravatar Mahmoud Abuzaina2018-07-11
|
* Fixing AVX performance issueGravatar Mahmoud Abuzaina2018-07-05
|
* MKL-DNN open source integration. (#13135)Gravatar Mahmoud Abuzaina2017-10-03
* MKL-DNN conv and build integration * Adding new files that were mistakenly missing from the PR * Minor change in the pip package build file * Added missing #include * Fixed a linking failure when running the bazel test * Fixing BUILD file format * Using -fopenmp for building mkl_dnn only when running on linux * Fixing build rule attribute value * Removing unnecessary deps from mkl test rule * Removed deps on mkl-dnn when not building with --config=mkl