-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
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,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels