Forum Discussion

FPorr's avatar
FPorr
Icon for New Contributor rankNew Contributor
6 years ago

OpenCL software emulation crashes when the Kernel uses more than 6MByte of memory

Hello, the OpenCL software emulation crashes with a segmentation fault when the kernel utilizes more than 6MByte of memory. Example: uchar arr[128*128*384]; // 6MByte -- Works uchar arr[128*128*38...