aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/mkl_dnn/BUILD
diff options
context:
space:
mode:
authorGravatar Mahmoud Abuzaina <mahmoud.abuzaina@intel.com>2017-10-03 20:59:45 -0700
committerGravatar gunan <gunan@google.com>2017-10-03 20:59:45 -0700
commit6af7ab97ac71fde3cf5875a9e7e2db9887e9cae1 (patch)
treee004eb5aa91ae215912975ff558fcd2f188ae260 /third_party/mkl_dnn/BUILD
parentf1a10992320df3dbeb935e2401fee76097b0ea99 (diff)
MKL-DNN open source integration. (#13135)
* 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
Diffstat (limited to 'third_party/mkl_dnn/BUILD')
-rw-r--r--third_party/mkl_dnn/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/mkl_dnn/BUILD b/third_party/mkl_dnn/BUILD
new file mode 100644
index 0000000000..5b01f6e3e4
--- /dev/null
+++ b/third_party/mkl_dnn/BUILD
@@ -0,0 +1 @@
+licenses(["notice"])