Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/coreai_opt/inspection/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def _display_name(self) -> str:
dotted component is returned because state-matching configs are
currently keyed on that suffix (e.g., a parameter with name ``"conv.weight"``
can only be matched with ``"weight"`` in the config). Remove this property
once full-FQN state matching lands (rdar://177076777).
once full-FQN state matching lands.
"""
if self.is_state:
return _get_local_state_name(self.op_name) or self.op_name
Expand Down
4 changes: 2 additions & 2 deletions tests/export/test_graph_mode_mlir_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ def test_mnist_export(
@pytest.mark.xfail(
sys.platform == "linux",
reason=(
"rdar://180563388 ([Export Tests] ResNet50 graph-mode int8 quantization"
" SNR falls below threshold on Linux (19.44 < 20.0))"
"[Export Tests] ResNet50 graph-mode int8 quantization"
" SNR falls below threshold on Linux (19.44 < 20.0)"
),
)
def test_resnet_export(
Expand Down