From a8c59ba450a958a1d6a1754ad1fd7476fcac3532 Mon Sep 17 00:00:00 2001 From: "Tang, Wenyi" Date: Thu, 21 Jun 2018 14:10:23 +0800 Subject: [CMAKE] Improve cmake build for MKL and MKL-DNN on Windows (#19715) * improve mkl compilation on Win, w/o mkl installation needed * add environment to mkl dynamic libraries * put path change into python api generation command * fix mkldnn mistakes * add path environment when executing python to generate api __init__.py * fix typo error * fix typo * add TODO comment * add TODO comment --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 828bbe9bd3..b5306b8b79 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ __pycache__ cmake_build/ .idea/** /build/ +[Bb]uild/ /tensorflow/core/util/version_info.cc /tensorflow/python/framework/fast_tensor_util.cpp Pods -- cgit v1.2.3