Simple GPU 1.0
Fortran GPU Computing Library with transparent CPU/GPU support
Loading...
Searching...
No Matches
gpu::gpu_deallocate Interface Reference

Free GPU/CPU memory. More...

Detailed Description

Free GPU/CPU memory.

Deallocates memory previously allocated with gpu_allocate. After calling this, the array should not be used.

Parameters
[in,out]arrGPU array to deallocate
void gpu_deallocate(void **ptr)
Definition gpu_amd.c:70

Definition at line 408 of file simple_gpu.F90.


The documentation for this interface was generated from the following file: