mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00

This is to support experimentation with the combination of JAX/IREE. Many things do not work yet. PiperOrigin-RevId: 409980064
27 lines
618 B
INI
27 lines
618 B
INI
[mypy]
|
|
show_error_codes = True
|
|
disable_error_code = attr-defined
|
|
|
|
[mypy-absl.*]
|
|
ignore_missing_imports = True
|
|
[mypy-colorama.*]
|
|
ignore_missing_imports = True
|
|
[mypy-numpy.*]
|
|
ignore_missing_imports = True
|
|
[mypy-opt_einsum.*]
|
|
ignore_missing_imports = True
|
|
[mypy-scipy.*]
|
|
ignore_missing_imports = True
|
|
[mypy-jax.interpreters.autospmd]
|
|
ignore_errors = True
|
|
[mypy-jax.lax.lax_parallel]
|
|
ignore_errors = True
|
|
[mypy-jax.experimental.jax2tf.tests.primitive_harness]
|
|
ignore_errors = True
|
|
[mypy-libtpu.*]
|
|
ignore_missing_imports = True
|
|
[mypy-jaxlib.mlir.*]
|
|
ignore_missing_imports = True
|
|
[mypy-iree.*]
|
|
ignore_missing_imports = True
|