You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the printer of deallocate to free the array object allocated by
one of the cuda's memory allocation APIs. Fixespyccel#8
**Functions added:**
- `cuda_free_host` : frees the memory returned by cudaMallocHost().
- `cuda_free` : frees the array located on the device.
- `cuda_free_pointer` : frees a pointer to a cuda array object.
---------
Co-authored-by: EmilyBourne <[email protected]>
Co-authored-by: bauom <[email protected]>
Fix the printer of deallocate to free the space allocated by one of the cuda's memory allocation APIs.
The text was updated successfully, but these errors were encountered: