We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3656f7f commit 99d7734Copy full SHA for 99d7734
tensorflow/core/common_runtime/eager/BUILD
@@ -278,7 +278,7 @@ cc_library(
278
cc_library(
279
name = "mkl_eager_op_rewrite",
280
srcs = ["mkl_eager_op_rewrite.cc"],
281
- copts = tf_copts(),
+ copts = tf_copts() + ["-fexceptions"],
282
deps = [
283
":eager_op_rewrite_registry",
284
"//tensorflow/core:all_kernels",
@@ -287,6 +287,7 @@ cc_library(
287
"//tensorflow/core:lib",
288
"//tensorflow/core:mkl_graph_util",
289
],
290
+ alwayslink = 1,
291
)
292
293
0 commit comments