Skip to content

Commit 1fd4317

Browse files
committed
test(device-ir): remove obsolete unified IR test driver
1 parent d3bd6ed commit 1fd4317

5 files changed

Lines changed: 5 additions & 715 deletions

File tree

bindings/ir/flagcx_device_scalar_ir_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ FLAGCX_IR_EXTERN_C FLAGCX_DEVICE_INLINE_DECORATOR void flagcxDevNetPutS_RSigAdd(
526526
flagcxDevNet_None{}, coop);
527527
}
528528

529-
/* (SigInc, CtrInc) */
529+
/* (None, CtrInc) */
530530
FLAGCX_IR_EXTERN_C FLAGCX_DEVICE_INLINE_DECORATOR void flagcxDevNetPutS_LCtrInc(
531531
const void *netOpaque, const void *commOpaque, flagcxTeamKind_t teamKind,
532532
int peer, const void *dstOpaque, size_t dstOffset, const void *srcOpaque,

bindings/ir/flagcx_device_wrapper.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,8 @@ FLAGCX_IR_EXTERN_C FLAGCX_DEVICE_DECORATOR int
318318
flagcxDevNetTerm(const void *trans, const void *coop);
319319

320320
/* ================================================================
321-
* Category 11: Transport — One-Sided put (16)
321+
* Category 11: Transport — One-Sided put
322+
* (6 supported + 10 deprecated compatibility variants)
322323
*
323324
* Naming: flagcxDevNetPut[_R<remote>][_L<local>]
324325
* Actions: None, SigInc, SigAdd, CtrInc

bindings/ir/flagcx_device_wrapper_impl.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,8 @@ flagcxDevNetTerm(const void *transOpaque, const void *coopOpaque) {
413413
}
414414

415415
/* ================================================================
416-
* Category 11: Transport — One-Sided put (16)
416+
* Category 11: Transport — One-Sided put
417+
* (6 supported + 10 deprecated compatibility variants)
417418
* ================================================================ */
418419

419420
/* (None, None) */

test/kernel/include/device_ir.h

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -148,48 +148,6 @@ void launchKernelNetOneSidedAlltoAllS(const void *devCommPtr,
148148
// const void *recvMemPtr, size_t countPerPeer,
149149
// flagcxStream_t stream);
150150

151-
// =========================================================================
152-
// Unified One-Sided IR Tests (S16–S22) — LEGACY (original 12-combo tests)
153-
// =========================================================================
154-
155-
// S16: Unified Put — P2P intra-node (LEGACY: INTRA+WORLD+INTER, 12 combos)
156-
void launchKernelDevPutS(const void *devCommPtr, const void *dstMemPtr,
157-
const void *srcMemPtr, int *devResult, size_t bytes,
158-
flagcxStream_t stream);
159-
160-
// S23: Unified Put + Signal + Wait pipeline (LEGACY: 12 combos)
161-
void launchKernelDevPutSignalWaitS(const void *devCommPtr,
162-
const void *dstMemPtr, const void *srcMemPtr,
163-
int *devResult, size_t bytes,
164-
flagcxStream_t stream);
165-
166-
// S18: Unified Get — P2P intra-node (LEGACY: 12 combos)
167-
void launchKernelDevGetS(const void *devCommPtr, const void *remoteMemPtr,
168-
const void *localMemPtr, int *devResult, size_t bytes,
169-
flagcxStream_t stream);
170-
171-
// S19: Unified Barrier — Intra-node sync (LEGACY)
172-
void launchKernelDevBarrierIntraS(const void *devCommPtr, int *devResult,
173-
flagcxStream_t stream);
174-
175-
// S20: Unified Barrier — World sync (intra + inter) (LEGACY)
176-
void launchKernelDevBarrierWorldS(const void *devCommPtr, int *devResult,
177-
flagcxStream_t stream);
178-
179-
// INTER Barrier: Inter-node synchronization (LEGACY)
180-
void launchKernelDevBarrierInterS(const void *devCommPtr, int *devResult,
181-
flagcxStream_t stream);
182-
183-
// S21: Unified Signal — standalone signal + wait (LEGACY: 12 combos)
184-
void launchKernelDevSignalStandaloneS(const void *devCommPtr, int *devResult,
185-
flagcxStream_t stream);
186-
187-
// S22: Team-resolution correctness test (LEGACY: 12 combos)
188-
void launchKernelDevTeamResolutionS(const void *devCommPtr,
189-
const void *dstMemPtr,
190-
const void *srcMemPtr, int *devResult,
191-
flagcxStream_t stream);
192-
193151
// =========================================================================
194152
// Unified One-Sided IR Tests — INTRA Suite (S16–S21)
195153
// Tests INTRA + WORLD teams on single-node (8 combinations: 4 coop × 2 teams)

0 commit comments

Comments
 (0)