animatrix_
SESI added some nice examples under the presets:
I tried to reproduce the code from the OpenCL examples on VEX.
I conducted performance testing, and noticed that the OpenCL code in the best case (tens of millions of points) has 2 times worse performance than VEX. As the number of points decreases, the gap increases.
Testing was carried out on a laptop with an Nvidia GTX 1060, 6GB VRAM, 1280 CUDA cores video card and an Intel i7 8750H processor (6 cores - 3.3 -3.8 GHz boost freq.) .
What do you think is the reason for the lack of performance advantage of OpenCL over VEX?
Perhaps this is a sign that I have incorrect settings (In the settings, the device for executing OpenCL is 1060), or the video card performance is not enough to unlock the potential of OpenCl? Or maybe this OpenCL code from the example should not demonstrate the benefits of OpenCL, but is intended only to demonstrate the syntax?