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
5 changes: 5 additions & 0 deletions ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,11 @@ def _run_single_platform(platform: str, args: argparse.Namespace) -> list[TaskRe
"""Run all tasks for a single platform. Returns list of TaskResults."""
is_sim = platform.endswith("sim")

# Ensure PTO-ISA is available before task discovery so that downstream
# pytest scene tests (which share the same clone path) can find it even
# when ci.py itself has no tasks to run.
ensure_pto_isa(args.pto_isa_commit, args.clone_protocol)

tasks = discover_tasks(platform, runtime_filter=args.runtime)
if not tasks:
logger.info(f"[{platform}] No tasks found")
Expand Down
69 changes: 0 additions & 69 deletions examples/a2a3/aicpu_build_graph/bgemm/golden.py

This file was deleted.

46 changes: 0 additions & 46 deletions examples/a2a3/aicpu_build_graph/bgemm/kernels/kernel_config.py

This file was deleted.

64 changes: 0 additions & 64 deletions examples/a2a3/aicpu_build_graph/docs/INCORE_ORCHESTRATION_GUIDE.md

This file was deleted.

46 changes: 0 additions & 46 deletions examples/a2a3/aicpu_build_graph/vector_example/golden.py

This file was deleted.

This file was deleted.

63 changes: 0 additions & 63 deletions examples/a2a3/host_build_graph/bgemm/golden.py

This file was deleted.

Loading
Loading