cdeterman / gpuR

R interface to use GPU's
241 stars 26 forks source link

List of compatible GPUs? #170

Open fkgruber opened 4 years ago

fkgruber commented 4 years ago

Hi Is there a list of compatible GPUs? I tried gpuR on a surface go which has an Intel HD Graphics 615 GPU and gpuR is not detecting it. And I did install openCL runtimes and was able to compile gpuR.

According to GPU Caps Viewer it has: GPU: Kaby Lake (GT2) 1024MB VRAM Vulkan API 1.1.82 OpenGL 4.5 245 ext Inter(R) HD Graphics 615 detectGPUs() does not find it

cdeterman commented 4 years ago

Theoretically any GPU should be supported assuming correct drivers and paths are set correctly. Perhaps you could provide the output of the install to see how it is compiling? Also, does it find your CPU? Intel opencl often allows to find the CPU as well.