gpuR
gpuR copied to clipboard
gpuR with Intel HD graphics
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,