spec: export type RunCPUOptions
This commit is contained in:
@@ -247,7 +247,7 @@ export async function spawnSPECWithID(
|
|||||||
}), { env: spec.getEnvironment() });
|
}), { env: spec.getEnvironment() });
|
||||||
}
|
}
|
||||||
|
|
||||||
interface SPECRunOptions {
|
export interface SPECRunOptions {
|
||||||
compilerPrefix: string;
|
compilerPrefix: string;
|
||||||
compilerSuite: 'llvm' | 'gcc';
|
compilerSuite: 'llvm' | 'gcc';
|
||||||
workload?: 'test' | 'train' | 'ref';
|
workload?: 'test' | 'train' | 'ref';
|
||||||
|
|||||||
Reference in New Issue
Block a user