From 00afd6c94739b9335cd89f08af74a7b85085ea0a Mon Sep 17 00:00:00 2001 From: xla authors Date: Thu, 2 Apr 2026 21:29:45 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 893869806 --- xla/stream_executor/cuda/cuda_kernel.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xla/stream_executor/cuda/cuda_kernel.cc b/xla/stream_executor/cuda/cuda_kernel.cc index 265c885c69e94..48697624cbb60 100644 --- a/xla/stream_executor/cuda/cuda_kernel.cc +++ b/xla/stream_executor/cuda/cuda_kernel.cc @@ -15,6 +15,7 @@ limitations under the License. #include "xla/stream_executor/cuda/cuda_kernel.h" +#include #include #include #include @@ -26,6 +27,7 @@ limitations under the License. #include "absl/status/statusor.h" #include "absl/strings/str_cat.h" #include "absl/strings/str_format.h" +#include "absl/synchronization/mutex.h" #include "third_party/gpus/cuda/include/cuda.h" #include "xla/stream_executor/activate_context.h" #include "xla/stream_executor/cuda/cuda_status.h"