mirror of
https://github.com/ROCm/jax.git
synced 2025-04-25 03:06:04 +00:00

With this change, existing plugin discovery mechanism can discover local plugins without pip install. Update jax_plugins/cuda/__init__.py to return without registering the plugin if the .so file does not exist. PiperOrigin-RevId: 582431300
4 lines
94 B
TOML
4 lines
94 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|