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
This PR fixes a bug where the allocation of the CUDA array was not being
properly handled. Fixes
[pyccel-cuda#2](pyccel#2).
**Changes Made:**
- Fixed the allocation of the CUDA array to prevent segmentation fault.
- Added tests to ensure proper handling of the CUDA array allocation.
Describe the bug
The allocation of the CUDA array is not being properly handled, leading to a segmentation fault.
To Reproduce
For example :
Language
Cuda
The text was updated successfully, but these errors were encountered: