[ROCm] jaxlib linalg fix

This commit is contained in:
Ruturaj4 2024-10-13 18:40:52 -05:00
parent b6f38bcc4b
commit ee223d4004

View File

@ -289,6 +289,7 @@ cc_library(
hdrs = ["//jaxlib/gpu:linalg_kernels.h"], hdrs = ["//jaxlib/gpu:linalg_kernels.h"],
features = ["-use_header_modules"], features = ["-use_header_modules"],
deps = [ deps = [
":hip_blas_handle_pool",
":hip_gpu_kernel_helpers", ":hip_gpu_kernel_helpers",
":hip_linalg_kernels_impl", ":hip_linalg_kernels_impl",
":hip_vendor", ":hip_vendor",