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...