Skip to content

Commit

Permalink
Create Plugin Tracer for plugins.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 573248197
  • Loading branch information
cliveverghese authored and copybara-github committed Oct 13, 2023
1 parent 6946885 commit c126286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tsl/profiler/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package_group(
"//tensorflow/python/profiler/...",
"//tensorflow/python/tpu/profiler/...",
"//tsl/profiler/...",
"//xla/backends/profiler/gpu/...",
"//xla/backends/profiler/...",
],
)

Expand Down
1 change: 1 addition & 0 deletions tsl/profiler/lib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ cc_library(
name = "profiler_collection",
srcs = ["profiler_collection.cc"],
hdrs = ["profiler_collection.h"],
visibility = set_external_visibility(["//tensorflow/compiler/xla/backends/profiler/plugin:__pkg__"]),
deps = [
":profiler_interface",
"//tsl/platform:status",
Expand Down

0 comments on commit c126286

Please sign in to comment.