mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 15:41:35 +08:00
GPURuntime: Fix typo in docu
llvm-svn: 276633
This commit is contained in:
@@ -84,5 +84,5 @@ void polly_setKernelParameters(PollyGPUFunction *Kernel, int BlockWidth,
|
||||
int BlockHeight, PollyGPUDevicePtr *DevData);
|
||||
void polly_launchKernel(PollyGPUFunction *Kernel, int GridWidth,
|
||||
int GridHeight);
|
||||
void free_Context(PollyGPUContext *Context);
|
||||
void polly_freeContext(PollyGPUContext *Context);
|
||||
#endif /* GPUJIT_H_ */
|
||||
|
||||
Reference in New Issue
Block a user