From c0c72e94292feab4f62e0584e8993fb0c8cb5a77 Mon Sep 17 00:00:00 2001 From: weihanmines Date: Wed, 10 Jan 2024 19:00:26 +0000 Subject: [PATCH] build again --- xla/stream_executor/gpu/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xla/stream_executor/gpu/BUILD b/xla/stream_executor/gpu/BUILD index 31cbe3aa5903f9..b2ec8c5530ada1 100644 --- a/xla/stream_executor/gpu/BUILD +++ b/xla/stream_executor/gpu/BUILD @@ -531,7 +531,7 @@ tsl_gpu_library( hdrs = ["gpu_cudamallocasync_allocator.h", "gpu_types.h", ] + if_rocm_is_configed([ - "xla/stream_executor/rocm/rocm_activation.h"]) + "xla/stream_executor/rocm/rocm_activation.h"]), cuda_deps = [ "//xla/stream_executor/cuda:cuda_activation", "//xla/stream_executor/cuda:cuda_executor",