Skip to content

Commit 9f850b1

Browse files
committed
build: dedupe portable helper kernels
1 parent 77dedb4 commit 9f850b1

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

scripts/patch_tfjava.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,10 +1449,13 @@ def patch_workspace(path: Path) -> None:
14491449

14501450
PORTABLE_KERNELS_FUNCTION_OPS_DEDUP_PATCH = """--- a/tensorflow/core/kernels/BUILD
14511451
+++ b/tensorflow/core/kernels/BUILD
1452-
@@ -6397,8 +6397,6 @@
1452+
@@ -6394,12 +6394,6 @@
1453+
- "dense_update_functor.cc",
1454+
- "dense_update_functor.h",
1455+
"dense_update_ops.cc",
14531456
"example_parsing_ops.cc",
1454-
"fill_functor.cc",
1455-
"fill_functor.h",
1457+
- "fill_functor.cc",
1458+
- "fill_functor.h",
14561459
- "function_ops.cc",
14571460
- "function_ops.h",
14581461
"gather_functor.h",

0 commit comments

Comments
 (0)