mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Remove //jaxlib:cpu_kernels and //jaxlib:gpu_kernels forwarding Bazel targets.
These were temporary forwarding targets that are no longer needed; use //jaxlib/cpu:cpu_kernels and //jaxlib/cuda:cuda_gpu_kernels instead. PiperOrigin-RevId: 738085234
This commit is contained in:
parent
ee0073e605
commit
547d602760
22
jaxlib/BUILD
22
jaxlib/BUILD
@ -281,25 +281,3 @@ nanobind_extension(
|
|||||||
"@nanobind",
|
"@nanobind",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
# CPU kernels
|
|
||||||
|
|
||||||
# TODO(phawkins): Remove this forwarding target.
|
|
||||||
cc_library(
|
|
||||||
name = "cpu_kernels",
|
|
||||||
visibility = ["//visibility:public"],
|
|
||||||
deps = [
|
|
||||||
"//jaxlib/cpu:cpu_kernels",
|
|
||||||
],
|
|
||||||
alwayslink = 1,
|
|
||||||
)
|
|
||||||
|
|
||||||
# TODO(phawkins): Remove this forwarding target.
|
|
||||||
cc_library(
|
|
||||||
name = "gpu_kernels",
|
|
||||||
visibility = ["//visibility:public"],
|
|
||||||
deps = [
|
|
||||||
"//jaxlib/cuda:cuda_gpu_kernels",
|
|
||||||
],
|
|
||||||
alwayslink = 1,
|
|
||||||
)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user