summaryrefslogtreecommitdiffstats
path: root/polly/tools/GPURuntime/GPUJIT.h
diff options
context:
space:
mode:
Diffstat (limited to 'polly/tools/GPURuntime/GPUJIT.h')
-rw-r--r--polly/tools/GPURuntime/GPUJIT.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/polly/tools/GPURuntime/GPUJIT.h b/polly/tools/GPURuntime/GPUJIT.h
index 5ed41cea05b..a3a072bc699 100644
--- a/polly/tools/GPURuntime/GPUJIT.h
+++ b/polly/tools/GPURuntime/GPUJIT.h
@@ -63,7 +63,6 @@
* polly_initDevice(&Context, &Device);
* polly_getPTXModule(KernelString, &Module);
* polly_getPTXKernelEntry(Entry, Module, &Kernel);
- * polly_allocateMemoryForHostAndDevice(&HostData, &DevData, MemSize);
* polly_setKernelParameters(Kernel, BlockWidth, BlockHeight, DevData);
* polly_startTimerByCudaEvent(&Start, &Stop);
* polly_launchKernel(Kernel, GridWidth, GridHeight);
@@ -92,9 +91,6 @@ void polly_copyFromHostToDevice(PollyGPUDevicePtr *DevData, void *HostData,
int MemSize);
void polly_copyFromDeviceToHost(void *HostData, PollyGPUDevicePtr *DevData,
int MemSize);
-void polly_allocateMemoryForHostAndDevice(void **HostData,
- PollyGPUDevicePtr **DevData,
- int MemSize);
void polly_setKernelParameters(PollyGPUFunction *Kernel, int BlockWidth,
int BlockHeight, PollyGPUDevicePtr *DevData);
void polly_launchKernel(PollyGPUFunction *Kernel, int GridWidth,
OpenPOWER on IntegriCloud