06-30-2016, 08:53 AM
OpenCL has a bit a strange policy on memory allocation:
There's no impact on performance, except for scrypt, but I've worked around the problem on there
Quote:Max size of memory object allocation in bytes. The minimum value is max (1/4th of CL_DEVICE_GLOBAL_MEM_SIZE, 128*1024*1024)
There's no impact on performance, except for scrypt, but I've worked around the problem on there