Merge pull request #23166 from ROCm:ci_bazel_build

PiperOrigin-RevId: 665935164
This commit is contained in:
jax authors 2024-08-21 10:27:51 -07:00
commit 6a2a96c3b8

View File

@ -60,8 +60,8 @@ cc_library(
rocm_library(
name = "hip_make_batch_pointers",
srcs = ["//third_party/py/jax/jaxlib/gpu:make_batch_pointers.cu.cc"],
hdrs = ["//third_party/py/jax/jaxlib/gpu:make_batch_pointers.h"],
srcs = ["//jaxlib/gpu:make_batch_pointers.cu.cc"],
hdrs = ["//jaxlib/gpu:make_batch_pointers.h"],
deps = [
":hip_vendor",
"@local_config_rocm//rocm:rocm_headers",