aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/mkl_dnn/BUILD
Commit message (Collapse)AuthorAge
* 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