From 3e87e4d723151a55a02aea9aefdaa7f63e607fb1 Mon Sep 17 00:00:00 2001 From: "Dimitar (Mitko) Asenov" Date: Mon, 16 Sep 2024 13:18:30 -0700 Subject: [PATCH] Stop using the `ScopedActivateExecutorContext` wrapper class in favor of the `ScopedActivateContext` class in preparation for `ScopedActivateExecutorContext`'s deletion. PiperOrigin-RevId: 675266273 --- xla/stream_executor/gpu/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/xla/stream_executor/gpu/BUILD b/xla/stream_executor/gpu/BUILD index 99ba936428872..d5e31c6cbf29b 100644 --- a/xla/stream_executor/gpu/BUILD +++ b/xla/stream_executor/gpu/BUILD @@ -60,6 +60,7 @@ package( "//tensorflow/core:__subpackages__", "//third_party/sparse_conv:__subpackages__", "//waymo/ml/compiler/triton:__subpackages__", + "//waymo/research/representation/threed:__subpackages__", ]), licenses = ["notice"], )