We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d6c4e commit 8d42fa0Copy full SHA for 8d42fa0
jaxlib/BUILD
@@ -222,7 +222,6 @@ cc_library(
222
"@com_google_absl//absl/status",
223
"@com_google_absl//absl/status:statusor",
224
"@com_google_absl//absl/strings:str_format",
225
- "@local_config_cuda//cuda:cuda_headers",
226
"@nanobind",
227
"@tsl//tsl/platform:statusor",
228
"@xla//xla:util",
jaxlib/gpu_plugin_extension.cc
@@ -22,7 +22,6 @@ limitations under the License.
22
#include "absl/status/status.h"
23
#include "absl/status/statusor.h"
24
#include "absl/strings/str_format.h"
25
-#include "third_party/gpus/cuda/include/cuda.h"
26
#include "jaxlib/kernel_nanobind_helpers.h"
27
#include "xla/ffi/api/c_api.h"
28
#include "xla/pjrt/c/pjrt_c_api.h"
0 commit comments