Skip to content

Commit 032807f

Browse files
committed
build: add portable traceme dep
1 parent 843962b commit 032807f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/patch_tfjava.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,7 @@ def patch_workspace(path: Path) -> None:
14171417

14181418
PORTABLE_KERNELS_QUEUE_DEPS_PATCH = """--- a/tensorflow/core/kernels/BUILD
14191419
+++ b/tensorflow/core/kernels/BUILD
1420-
@@ -6947,13 +6947,21 @@
1420+
@@ -6947,13 +6947,22 @@
14211421
],
14221422
visibility = ["//visibility:public"],
14231423
deps = [
@@ -1431,6 +1431,7 @@ def patch_workspace(path: Path) -> None:
14311431
+ ":padding_fifo_queue",
14321432
+ ":pooling_ops",
14331433
+ ":quantization_utils",
1434+
+ "//tensorflow/core/profiler/lib:traceme",
14341435
"//third_party/eigen3",
14351436
"//third_party/fft2d:fft2d_headers",
14361437
"@com_google_absl//absl/base",

0 commit comments

Comments
 (0)