Skip to content

Commit

Permalink
fix build v2
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed May 5, 2024
1 parent 4b2a68a commit e6c52bb
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 @@ -306,14 +306,14 @@ cc_library(
] + select({
"@bazel_tools//src/conditions:darwin": [],
"//conditions:default": [
"@xla//xla/stream_executor:kernel",
"@xla//xla/stream_executor/cuda:all_runtime",
"@xla//xla/stream_executor/rocm:all_runtime",
"@xla//xla/service/gpu/model:hlo_op_profiles",
"@xla//xla/service/gpu/model:hlo_op_profile_proto_cc_impl",
"@xla//xla/service/gpu:nvptx_compiler",
"@xla//xla/service/gpu:amdgpu_compiler",
"@xla//xla/service/gpu:gpu_transfer_manager",
"@xla//xla/stream_executor:kernel",
]}),
)

Expand Down

0 comments on commit e6c52bb

Please sign in to comment.