gpuR icon indicating copy to clipboard operation
gpuR copied to clipboard

gpuR with Intel HD graphics

Open Ukhupacha opened this issue 3 years ago • 0 comments

Hello,

I tried to install gpuR with intel graphics and I compiled nicely using the opencl library for intel graphics.

Sadly, When trying to use the example

A <- seq.int(from=0, to=999) B <- seq.int(from=1000, to=1) gpuA <- gpuVector(A)

I get the following error

gpuA <- gpuVector(A) Error in cpp_platformInfo(platform_idx) : Acquiring platform extensions failed

Any ideas on how to deal with this?

Kindly,

Ukhupacha avatar Dec 20 '21 02:12 Ukhupacha