Skip to content
Draft
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
19 changes: 19 additions & 0 deletions .github/scripts/ci_sgpu_queue.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright (c) 2026, Advanced Micro Devices, Inc. All rights reserved.
#
# See LICENSE for license information.
#
# sGPU suite definitions for the work-queue scheduler (run_queue_sgpu.sh).
# Format: <label> <logfile> <mode> <command> [args...]
#
# mode=list suite honours TE_CI_LIST_ONLY, so it is expanded into one work
# item per test invocation and those items are packed across all
# GPUs. Items are re-dispatched with TEST_FILTER=<tag>.
# mode=opaque suite is scheduled as a single work item (whole script).
#
# Unlike ci_sgpu_jobs.conf, line order carries no GPU assignment: every item
# from every suite goes into one queue and workers pull on completion.

examples examples.log opaque .github/scripts/run_examples.sh
torch torch.log list ci/pytorch.sh
jax jax.log list ci/jax.sh
core core.log opaque ci/core.sh
Loading