From f7a4e195ae502f3937a45d48a5eed8eed4e40d9a Mon Sep 17 00:00:00 2001 From: Yingchi Long Date: Tue, 12 Aug 2025 21:10:00 +0800 Subject: [PATCH] spec: export type `RunCPUOptions` --- src/spec/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spec/index.ts b/src/spec/index.ts index c8e022a..f2d33e1 100644 --- a/src/spec/index.ts +++ b/src/spec/index.ts @@ -247,7 +247,7 @@ export async function spawnSPECWithID( }), { env: spec.getEnvironment() }); } -interface SPECRunOptions { +export interface SPECRunOptions { compilerPrefix: string; compilerSuite: 'llvm' | 'gcc'; workload?: 'test' | 'train' | 'ref';