UNPKG

@specs-feup/clava

Version:

A C/C++ source-to-source compiler written in Typescript

14 lines 413 B
/** * Contains information about the variables created when inserting an OpenCL call. */ export default class OpenCLCallVariables { id: string; constructor(id: string); getKernelFile(): string; getKernelString(): string; getKernelStringSize(): string; getErrorCode(): string; getNumPlatforms(): string; getPlatformId(): string; } //# sourceMappingURL=OpenCLCallVariables.d.ts.map