提交 17e82cc2 编写于 作者: Z Ziming Dong 提交者: Rasmus Munk Larsen

enable mkl in eigen for qr_op (#11116)

上级 ed7d08ea
......@@ -20,6 +20,10 @@ limitations under the License.
// improve compilation times.
#include <algorithm>
#ifdef INTEL_MKL
#define EIGEN_USE_MKL_ALL
#endif // INTEL_MKL
#include "third_party/eigen3/Eigen/QR"
#include "tensorflow/core/framework/kernel_def_builder.h"
#include "tensorflow/core/framework/op_kernel.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册