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

NVIDIA RTX A2000 GPU not detected on Windows laptop #181

Open
tomwenseleers opened this issue Dec 29, 2022 · 0 comments
Open

NVIDIA RTX A2000 GPU not detected on Windows laptop #181

tomwenseleers opened this issue Dec 29, 2022 · 0 comments

Comments

@tomwenseleers
Copy link

tomwenseleers commented Dec 29, 2022

On my Windows machine the github versions of RViennaCL and gpuR installed OK, but when I load them

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)
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?

@tomwenseleers tomwenseleers changed the title NVIDIA NVIDIA RTX A2000 NVIDIA RTX A2000 GPU not detected Dec 29, 2022
@tomwenseleers tomwenseleers changed the title NVIDIA RTX A2000 GPU not detected NVIDIA RTX A2000 GPU not detected on Windows laptop Dec 29, 2022
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