Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.user > #257622
| Path | csiph.com!fu-berlin.de!bofh.it!news.nic.it!robomod |
|---|---|
| From | Jörg-Volker Peetz <jvpeetz@web.de> |
| Newsgroups | linux.debian.user |
| Subject | Re: OpenCL with Radeon GPU |
| Date | Wed, 26 Apr 2023 11:40:01 +0200 |
| Message-ID | <GoJMZ-4CTY-3@gated-at.bofh.it> (permalink) |
| References | <Go8Nr-4eYT-3@gated-at.bofh.it> <Gon9M-4oi4-9@gated-at.bofh.it> <GooyR-4p3L-3@gated-at.bofh.it> |
| X-Original-To | debian-user@lists.debian.org |
| X-Mailbox-Line | From debian-user-request@lists.debian.org Wed Apr 26 09:34:35 2023 |
| Old-Return-Path | <gldu-debian-user-2@m.gmane-mx.org> |
| X-Amavis-Spam-Status | No, score=-4.899 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, BODY_8BITS=1.5, FOURLA=0.1, FREEMAIL_FORGED_FROMDOMAIN=0.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, LDO_WHITELIST=-5] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -4.6 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 8bit |
| Content-Language | en-US |
| X-Mailing-List | <debian-user@lists.debian.org> archive/latest/798973 |
| List-ID | <debian-user.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-user/> |
| List-Archive | https://lists.debian.org/msgid-search/u2ar6f$neg$1@ciao.gmane.io |
| Approved | robomod@news.nic.it |
| Lines | 65 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Wed, 26 Apr 2023 11:34:07 +0200 |
| X-Original-Message-ID | <u2ar6f$neg$1@ciao.gmane.io> |
| X-Original-References | <e0f147d2-e5fe-7a61-b2ea-1b07300276a6@its-lehmann.de> <u285vt$mj8$1@ciao.gmane.io> <124df42d-9a42-235e-e5a1-9f3daa5eb460@its-lehmann.de> |
| Xref | csiph.com linux.debian.user:257622 |
Show key headers only | View raw
Hi Arno, Arno Lehmann wrote on 25/04/2023 12:54: > Hi Jörg-Volker, > > Am 25.04.2023 um 11:19 schrieb Jörg-Volker Peetz: >> Hi, >> >> which mesa packages do you have installed? > > None providing OpenCL capabilities at that time, but if you followed this > thread, you are aware of this already: > > # LANG=C dpkg -l '*mesa*' | cut -c 1-72 > Desired=Unknown/Install/Remove/Purge/Hold > | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Tri > |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) > ||/ Name Version Archite > +++-===============================-============================-======= > ii libegl-mesa0:amd64 22.3.6-1+deb12u1 amd64 > un libegl1-mesa-dev <none> <none> > un libgl1-mesa-dev <none> <none> > ii libgl1-mesa-dri:amd64 22.3.6-1+deb12u1 amd64 > un libgl1-mesa-glx <none> <none> > ii libglapi-mesa:amd64 22.3.6-1+deb12u1 amd64 > un libgles2-mesa-dev <none> <none> > ii libglu1-mesa:amd64 9.0.2-1.1 amd64 > ii libglx-mesa0:amd64 22.3.6-1+deb12u1 amd64 > un libwayland-egl1-mesa <none> <none> > ii mesa-amdgpu-common-dev 1:22.3.0.50403-1538762.20.04 amd64 > ii mesa-amdgpu-omx-drivers:amd64 1:22.3.0.50403-1538762.20.04 amd64 > ii mesa-amdgpu-va-drivers:amd64 1:22.3.0.50403-1538762.20.04 amd64 > ii mesa-amdgpu-vdpau-drivers:amd64 1:22.3.0.50403-1538762.20.04 amd64 > ii mesa-common-dev:amd64 22.3.6-1+deb12u1 amd64 > un mesa-opencl-icd <none> <none> > ii mesa-utils 8.5.0-1 amd64 > ii mesa-utils-bin:amd64 8.5.0-1 amd64 > un mesa-utils-extra <none> <none> > ii mesa-va-drivers:amd64 22.3.6-1+deb12u1 amd64 > ii mesa-vdpau-drivers:amd64 22.3.6-1+deb12u1 amd64 > ii mesa-vulkan-drivers:amd64 22.3.6-1+deb12u1 amd64 > un mesag3 <none> <none> > un xlibmesa3 <none> <none> > > >> In Debian testing I see the package `mesa-opencl-icd`. >> I have no experience with opencl and AMD graphic cards but are very interested >> how it works in Debian. > > That's more or less where I am myself... seems a bit too complex for me, at this > time ;-) I'm wondering if package mesa-opencl-icd would do the trick (version 22.3.6-1+deb12u1 like the other installed mesa packages). From the description it seems to be the right package: free implementation of the OpenCL API -- ICD runtime This package contains the mesa implementation of the OpenCL (Open Compute Language) library, which is intended for use with an ICD loader. OpenCL provides a standardized interface for computational analysis on graphical processing units. Regards, Jörg. <snip>
Back to linux.debian.user | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
OpenCL with Radeon GPU Arno Lehmann <al@its-lehmann.de> - 2023-04-24 20:10 +0200
Re: OpenCL with Radeon GPU Sarunas Burdulis <sarunas@math.dartmouth.edu> - 2023-04-24 22:10 +0200
Re: OpenCL with Radeon GPU Timothy M Butterworth <timothy.m.butterworth@gmail.com> - 2023-04-24 23:40 +0200
Re: OpenCL with Radeon GPU Arno Lehmann <al@its-lehmann.de> - 2023-04-25 00:10 +0200
Re: OpenCL with Radeon GPU Yvan Masson <yvan@masson-informatique.fr> - 2023-04-25 11:10 +0200
Re: OpenCL with Radeon GPU Arno Lehmann <al@its-lehmann.de> - 2023-04-25 12:40 +0200
Re: OpenCL with Radeon GPU Arno Lehmann <al@its-lehmann.de> - 2023-04-25 16:40 +0200
Re: OpenCL with Radeon GPU Sarunas Burdulis <sarunas@math.dartmouth.edu> - 2023-04-26 18:20 +0200
Re: OpenCL with Radeon GPU Arno Lehmann <al@its-lehmann.de> - 2023-05-08 13:50 +0200
Re: OpenCL with Radeon GPU Jörg-Volker Peetz <jvpeetz@web.de> - 2023-04-25 11:30 +0200
Re: OpenCL with Radeon GPU Arno Lehmann <al@its-lehmann.de> - 2023-04-25 13:00 +0200
Re: OpenCL with Radeon GPU Jörg-Volker Peetz <jvpeetz@web.de> - 2023-04-26 11:40 +0200
Re: OpenCL with Radeon GPU Arno Lehmann <al@its-lehmann.de> - 2023-04-26 15:50 +0200
Re: OpenCL with Radeon GPU Yvan Masson <yvan@masson-informatique.fr> - 2023-04-26 17:00 +0200
csiph-web