When testing OpenCL device info about CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE, I'm amazed to find that the return value is 1GB.
How could it be so large? (Tested on a mediatek phone with Dimensity 1000+ SOC).
Is it an error?
Thanks
qdev said:How could it be so large?
Most modern GPUs back buffers by system memory, so "it's just RAM".