We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On my Windows machine the github versions of RViennaCL and gpuR installed OK, but when I load them
RViennaCL
gpuR
library(RViennaCL) library(gpuR)
it doesn't detect my NVIDIA RTX A2000 GPU :
Number of platforms: 2 - platform: Intel(R) Corporation: OpenCL 3.0 WINDOWS - context device index: 0 - 11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz - platform: Intel(R) Corporation: OpenCL 1.2 Intel(R) FPGA SDK for OpenCL(TM), Version 20.3 - context device index: 0 - Intel(R) FPGA Emulation Device checked all devices completed initialization gpuR 2.0.3 detectGPUs() # 0
library(gpuMagic) does find my NVIDIA card OK though:
library(gpuMagic)
library(gpuMagic) getDeviceList() id platform device deviceName globalMemory 1 1 1 NVIDIA RTX A2000 Laptop GPU 4 GB 2 2 1 Intel(R) UHD Graphics 25.47 GB 3 3 1 Intel(R) UHD Graphics 31.84 GB 4 3 2 Microsoft Basic Render Driver 31.84 GB 5 3 3 NVIDIA RTX A2000 Laptop GPU 3.89 GB 6 4 1 11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz 63.68 GB 7 5 1 Intel(R) FPGA Emulation Device 63.68 GB
Any thoughts what might be wrong? Do I need to set any environment variables?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On my Windows machine the github versions of
RViennaCL
andgpuR
installed OK, but when I load themit doesn't detect my NVIDIA RTX A2000 GPU :
library(gpuMagic)
does find my NVIDIA card OK though:Any thoughts what might be wrong? Do I need to set any environment variables?
The text was updated successfully, but these errors were encountered: