-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
| double buffer[buffer_size]; |
When running on 1024^2 with ToyQ on Mac, the buffer creation segfaults. Replacing this line with
double *buffer = (double *) malloc(buffer_size*sizeof(double));
seems to work.
Unless someone objects, I will change this to an explicit malloc (note: need to check parallel case).
Metadata
Metadata
Assignees
Labels
No labels