Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
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
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,11 @@ required-features = ["xla-diagnostics"]
name = "xla_vision_reference_check"
required-features = ["xla-diagnostics"]

# Actual-checkpoint eager MLX vs IREE Qwen2.5-VL window-attention oracle.
[[example]]
name = "xla_qwen25_vl_window_check"
required-features = ["xla-diagnostics"]

[[example]]
name = "xla_aux_smoke"
required-features = ["xla-iree"]
Expand Down
Loading