Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gpuR with Intel HD graphics #178

Open
Ukhupacha opened this issue Dec 20, 2021 · 0 comments
Open

gpuR with Intel HD graphics #178

Ukhupacha opened this issue Dec 20, 2021 · 0 comments

Comments

@Ukhupacha
Copy link

Ukhupacha commented Dec 20, 2021

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant