mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 12:26:07 +00:00
[PJRT C API] Add "cuda_plugin_extension" to "gpu_only_test_deps" to support bazel test for GPU plugin.
PiperOrigin-RevId: 573251982
This commit is contained in:
parent
1ae2bbc253
commit
7478fbcfd5
@ -514,5 +514,8 @@ py_library(
|
||||
py_library(
|
||||
name = "gpu_only_test_deps",
|
||||
# `if_cuda_is_configured` will default to `[]`.
|
||||
deps = if_cuda_is_configured([":cuda_gpu_support"]),
|
||||
deps = if_cuda_is_configured([
|
||||
":cuda_gpu_support",
|
||||
"//jaxlib:cuda_plugin_extension",
|
||||
]),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user