Remove cublas_header by default for anything under jaxlib/*

PiperOrigin-RevId: 388802894
This commit is contained in:
Yash Katariya 2021-08-04 15:53:08 -07:00 committed by jax authors
parent ab364296cb
commit b5b44b0639

View File

@ -85,6 +85,7 @@ cc_library(
"@com_google_absl//absl/memory",
"@com_google_absl//absl/strings",
"@com_google_absl//absl/strings:str_format",
"@local_config_cuda//cuda:cublas_headers",
"@local_config_cuda//cuda:cuda_headers",
],
)