What means "1024/4096 MB allocatable"
#2
OpenCL has a bit a strange policy on memory allocation:

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


Messages In This Thread
What means "1024/4096 MB allocatable" - by Mem5 - 06-30-2016, 08:40 AM
RE: What means "1024/4096 MB allocatable" - by atom - 06-30-2016, 08:53 AM