Hi.
I noticed that when running an OpenCL benchmark, the results are expressed in speed (ms) for example:
CPU Speed (1 Core): 281ms
OpenCL Device Speed: 78ms
According to this, then OpenCL must be enabled since openCL is faster than 1 CPU Core,
BUT the online help says the opposite:
"Don’t turn on OpenCL acceleration if the results of OpenCL benchmark are lower than processor’s benchmark, because this will increase overhead costs due to increased expenses for data transfer to the OpenCL device. "
So what is the correct statement?
Thanks