spec: export type RunCPUOptions
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user