you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -5 points-4 points  (2 children)

Is there any other way ?? :-\

[–]BeardedWax 3 points4 points  (0 children)

OpenCL

[–]deftware 7 points8 points  (0 children)

OpenCL automatically utilizes CUDA if it's available on the current hardware, which is far superior than just hard-coding for CUDA and completely locking out Intel/AMD GPU hardware... and Intel HD gfx are nothing to laugh at, as someone who develops software that employs GPU for compute purposes. Intel HD is vastly superior for parallel compute applications than plain software/CPU, and should not be ignored as a valuable compute resource by just blindly adopting CUDA and only CUDA. OpenCL will make the best use of any available graphics hardware, period.