[WIP]: Proof of concept going from jax to riscv #13161
Annotations
10 errors and 1 warning
Pyright:
tests/filecheck/frontend/jax-snitch-compilation.py#L10
Stub file not found for "jaxlib.mlir.dialects" (reportMissingTypeStubs)
|
Pyright:
tests/filecheck/frontend/jax-snitch-compilation.py#L14
Type of "update" is partially unknown
Type of "update" is "(name: Unknown, val: Unknown) -> None" (reportUnknownMemberType)
|
Pyright:
tests/filecheck/frontend/jax-snitch-compilation.py#L17
Type of parameter "func_jit" is unknown (reportUnknownParameterType)
|
Pyright:
tests/filecheck/frontend/jax-snitch-compilation.py#L17
Type annotation is missing for parameter "func_jit" (reportMissingParameterType)
|
Pyright:
tests/filecheck/frontend/jax-snitch-compilation.py#L17
Type of parameter "args" is unknown (reportUnknownParameterType)
|
Pyright:
tests/filecheck/frontend/jax-snitch-compilation.py#L17
Type annotation is missing for parameter "args" (reportMissingParameterType)
|
Pyright:
tests/filecheck/frontend/jax-snitch-compilation.py#L18
Type of "lowered" is unknown (reportUnknownVariableType)
|
Pyright:
tests/filecheck/frontend/jax-snitch-compilation.py#L18
Type of "lower" is unknown (reportUnknownMemberType)
|
Pyright:
tests/filecheck/frontend/jax-snitch-compilation.py#L19
Type of "module" is unknown (reportUnknownVariableType)
|
Pyright:
tests/filecheck/frontend/jax-snitch-compilation.py#L19
Type of "compiler_ir" is unknown (reportUnknownMemberType)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading