spec: export type RunCPUOptions

This commit is contained in:
2025-08-12 21:10:00 +08:00
parent 7dcc4d5ad6
commit f7a4e195ae

View File

@@ -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';