Addressing review comments
This commit is contained in:
parent
e3fa679192
commit
55daab6ac4
@ -7771,12 +7771,7 @@ tf_mkl_kernel_library(
|
|||||||
hdrs = ["no_op.h"],
|
hdrs = ["no_op.h"],
|
||||||
prefix = "mkl_tmp_bf16_ops",
|
prefix = "mkl_tmp_bf16_ops",
|
||||||
deps = [
|
deps = [
|
||||||
":bounds_check",
|
":no_op",
|
||||||
":ops_util",
|
|
||||||
"//tensorflow/core:core_cpu",
|
|
||||||
"//tensorflow/core:framework",
|
|
||||||
"//tensorflow/core:lib",
|
|
||||||
"//tensorflow/core:lib_internal",
|
|
||||||
] + mkl_deps(),
|
] + mkl_deps(),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -56,6 +56,7 @@ namespace tensorflow {
|
|||||||
|
|
||||||
TF_CALL_bfloat16(REGISTER_CPU);
|
TF_CALL_bfloat16(REGISTER_CPU);
|
||||||
#undef REGISTER_CPU
|
#undef REGISTER_CPU
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // ENABLE_INTEL_MKL_BFLOAT16
|
#endif // ENABLE_INTEL_MKL_BFLOAT16
|
||||||
|
Loading…
x
Reference in New Issue
Block a user