Skip to content

Commit 230c845

Browse files
Format Bazel code (#1489)
Co-authored-by: enzyme-ci-bot[bot] <78882869+enzyme-ci-bot[bot]@users.noreply.github.com>
1 parent a73a9f9 commit 230c845

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

deps/ReactantExtra/BUILD

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,17 +1045,17 @@ cc_library(
10451045
"@xla//xla/service:hlo_proto_cc_impl",
10461046
"@com_google_absl//absl/status:statusor",
10471047
] + if_cuda([
1048-
"@jax//jaxlib/cuda:cuda_gpu_kernels",
1049-
"@xla//xla/backends/profiler:profiler_backends",
1050-
"@xla//xla/backends/profiler/gpu:device_tracer",
1051-
"@xla//xla/pjrt/c:pjrt_c_api_gpu_internal",
1052-
"@xla//xla/service/gpu:gpu_transfer_manager",
1053-
"@xla//xla/service/gpu:nvptx_compiler",
1054-
"@xla//xla/service/gpu/model:hlo_op_profile_proto_cc_impl",
1055-
"@xla//xla/service/gpu/model:hlo_op_profiles",
1056-
"@xla//xla/stream_executor:cuda_platform",
1057-
"@xla//xla/stream_executor:kernel",
1058-
"@xla//xla/stream_executor/cuda:all_runtime",
1048+
"@jax//jaxlib/cuda:cuda_gpu_kernels",
1049+
"@xla//xla/backends/profiler:profiler_backends",
1050+
"@xla//xla/backends/profiler/gpu:device_tracer",
1051+
"@xla//xla/pjrt/c:pjrt_c_api_gpu_internal",
1052+
"@xla//xla/service/gpu:gpu_transfer_manager",
1053+
"@xla//xla/service/gpu:nvptx_compiler",
1054+
"@xla//xla/service/gpu/model:hlo_op_profile_proto_cc_impl",
1055+
"@xla//xla/service/gpu/model:hlo_op_profiles",
1056+
"@xla//xla/stream_executor:cuda_platform",
1057+
"@xla//xla/stream_executor:kernel",
1058+
"@xla//xla/stream_executor/cuda:all_runtime",
10591059
]) + if_rocm([
10601060
"@xla//xla/stream_executor:rocm_platform",
10611061
"@xla//xla/service/gpu:amdgpu_compiler",

deps/ReactantExtra/WORKSPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ load(
308308
"CUDA_REDISTRIBUTIONS",
309309
"CUDNN_REDISTRIBUTIONS",
310310
)
311-
312311
load(
313312
"@cuda_redist_json//:distributions.bzl",
314313
"CUDA_REDISTRIBUTIONS",

0 commit comments

Comments
 (0)