Skip to content

Commit

Permalink
Add dep on cuda_driver from cuda_executor since cuda_executor r…
Browse files Browse the repository at this point in the history
…elies on the implementation of `GpuDriver::CreateGraph` in `cuda_driver`.

PiperOrigin-RevId: 686925439
  • Loading branch information
BrianWieder authored and Google-ML-Automation committed Oct 17, 2024
1 parent 2342b1e commit 6683d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xla/stream_executor/cuda/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,7 @@ cc_library(
deps = [
":cuda_collectives",
":cuda_context",
":cuda_driver",
":cuda_event", # buildcleaner: keep
":cuda_kernel", # buildcleaner: keep
":cuda_platform_id",
Expand Down

0 comments on commit 6683d83

Please sign in to comment.