Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

clinfo does not find nvidia 1650

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
thomas3494
Posts: 1
Joined: 2024-01-22 12:23

clinfo does not find nvidia 1650

#1 Post by thomas3494 »

I am trying to write OpenCL programs on my laptop, which has a GTX 1650. This is recognized by the system, showing

Code: Select all

           *-display
                description: VGA compatible controller
                product: TU117M
                vendor: NVIDIA Corporation
                physical id: 0
                bus info: pci@0000:01:00.0
                version: a1
                width: 64 bits
                clock: 33MHz
                capabilities: vga_controller bus_master cap_list rom
                configuration: driver=nouveau latency=0
                resources: iomemory:fc0-fbf iomemory:fc0-fbf irq:80 memory:d0000000-d0ffffff memory:fcc0000000-fccfffffff memory:fcd0000000-fcd1ffffff ioport:3000(size=128) memory:d1080000-d10fffff
in the lshw output. However, clinfo only shows

Code: Select all

Number of devices                                 1
  Device Name                                     AMD Radeon Graphics (renoir, LLVM 15.0.6, DRM 3.49, 6.1.0-17-amd64)
which I think is the integrated graphics of my CPU (AMD 4600H). Is there a way to utilize my GPU with OpenCL without using non-free software?

I am running

Code: Select all

    Linux debian 6.1.0-17-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.69-1 (2023-12-30) x86_64 GNU/Linux
and have installed

Code: Select all

mesa-opencl-icd/stable,now 22.3.6-1+deb12u1 amd64 [installed]
ocl-icd-libopencl1/stable,now 2.3.1-1 amd64 [installed]
ocl-icd-opencl-dev/stable,now 2.3.1-1 amd64 [installed]
opencl-c-headers/stable,now 3.0~2023.02.06-1 all [installed]
from apt.

Post Reply