Ports the graph tracing to torch.fx #53
Annotations
14 errors and 1 warning
Ruff (F401):
nirtorch/graph_fx.py#L1
nirtorch/graph_fx.py:1:53: F401 `typing.TypeAlias` imported but unused
|
Ruff (F401):
nirtorch/graph_fx.py#L5
nirtorch/graph_fx.py:5:30: F401 `torch.nn.modules.Module` imported but unused
|
Ruff (F401):
nirtorch/graph_fx.py#L9
nirtorch/graph_fx.py:9:22: F401 `torch.fx.Graph` imported but unused
|
Ruff (F401):
nirtorch/graph_fx.py#L10
nirtorch/graph_fx.py:10:29: F401 `torch.fx.passes.shape_prop` imported but unused
|
Ruff (F401):
nirtorch/to_nir.py#L10
nirtorch/to_nir.py:10:23: F401 `.graph_fx.trace_torch_graph` imported but unused
|
Ruff (F841):
tests/test_graph_fx.py#L110
tests/test_graph_fx.py:110:5: F841 Local variable `nodes` is assigned to but never used
|
Ruff (F841):
tests/test_graph_fx.py#L134
tests/test_graph_fx.py:134:5: F841 Local variable `nodes` is assigned to but never used
|
Build on ubuntu-latest
Process completed with exit code 1.
|
Build on ubuntu-latest
The job was canceled because "ubuntu-latest_3_8" failed.
|
Build on ubuntu-latest
The operation was canceled.
|
Build on ubuntu-latest
The job was canceled because "ubuntu-latest_3_8" failed.
|
Build on ubuntu-latest
The operation was canceled.
|
Build on ubuntu-latest
The job was canceled because "ubuntu-latest_3_8" failed.
|
Build on ubuntu-latest
The operation was canceled.
|
Build on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|