Skip to content

Commit

Permalink
fix: section for import
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Jan 30, 2025
1 parent fe33f20 commit fd2680e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/ReactantExtra/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ cc_library(
"@llvm-project//mlir:CAPILLVMObjects",
"@jax//jaxlib/mosaic:tpu_dialect_capi_objects",
"@jax//jaxlib/triton:triton_dialect_capi_objects",
"@xla//xla/stream_executor/cuda:cuda_compute_capability_proto_cc_impl",
] + select({
"@xla//xla/tsl:is_cuda_enabled_and_oss":[
"@xla//xla/stream_executor/cuda:all_runtime",
Expand All @@ -574,7 +575,6 @@ cc_library(
"@xla//xla/service/gpu:gpu_transfer_manager",
"@xla//xla/stream_executor:kernel",
"@xla//xla/backends/profiler/gpu:device_tracer",
"@xla//xla/stream_executor/cuda:cuda_compute_capability_proto_cc_impl",
],
"//conditions:default": [
],
Expand Down

0 comments on commit fd2680e

Please sign in to comment.