chore: remove unused target

This commit is contained in:
Tarry Singh 2025-11-04 12:15:20 +00:00
parent 91f1c3b7aa
commit cd1b66f615

View File

@ -1,12 +1,6 @@
load("@aspect_bazel_lib//lib:copy_to_directory.bzl", "copy_to_directory")
load("@zml//bazel:patchelf.bzl", "patchelf")
cc_shared_library(
name = "zmlxcuda_so",
shared_lib_name = "lib/libzmlxcuda.so.0",
deps = ["@zml//runtimes/cuda:zmlxcuda_lib"],
)
patchelf(
name = "libpjrt_cuda_so",
src = "libpjrt_cuda.so",