From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8858E158094 for ; Tue, 4 Oct 2022 10:16:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AE74E0D59; Tue, 4 Oct 2022 10:16:18 +0000 (UTC) Received: from mail-gw.thundermail.uk (mail-gw.thundermail.uk [149.255.60.78]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0D80DE0D50 for ; Tue, 4 Oct 2022 10:16:16 +0000 (UTC) Received: from mailgw01.thundermail.uk (uwhmailfgw01.unlimited.uk.net [149.255.60.67]) by mail-gw.thundermail.uk (Postfix) with ESMTPS id 2735B6000F17 for ; Tue, 4 Oct 2022 11:16:15 +0100 (BST) X-ASG-Debug-ID: 1664878566-05541315511141e0001-LfjuLa Received: from cloud220.unlimitedwebhosting.co.uk (cloud220.unlimitedwebhosting.co.uk [149.255.60.183]) by mailgw01.thundermail.uk with ESMTP id QTS5FRQn9ovCaXSz (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Tue, 04 Oct 2022 11:16:06 +0100 (BST) X-Barracuda-Envelope-From: confabulate@kintzios.com X-Barracuda-Effective-Source-IP: cloud220.unlimitedwebhosting.co.uk[149.255.60.183] X-Barracuda-Apparent-Source-IP: 149.255.60.183 Received: from lenovo.localdomain (230.3.169.217.in-addr.arpa [217.169.3.230]) by cloud220.unlimitedwebhosting.co.uk (Postfix) with ESMTPSA id EEA89C73D23 for ; Tue, 4 Oct 2022 11:16:06 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kintzios.com; s=default; t=1664878567; bh=B1cxIx9yP7EXKRhQl544K0HcEdgE0UrgOfHYXlW+/FE=; h=From:To:Subject; b=SOfw00iWKA/DztEE/dz/A+MaEA3edIXp0pdp0wvK44soJOsO1F4QD5/eZlG8htW3/ hEgwfVIqL5DRPE/Xxi1pdeImoGEituiMCE5YD4vy/gIi3a+GI0Bt+C1qQXffqFv8Cm shH9xwmtc07cHciVV80WqWxOaphPpAHwSRIXL99A= From: Michael To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] opencl runtime Date: Tue, 04 Oct 2022 11:15:44 +0100 X-ASG-Orig-Subj: opencl runtime Message-ID: <4775089.31r3eYUQgx@lenovo.localdomain> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4432532.LvFx2qVVIh"; micalg="pgp-sha256"; protocol="application/pgp-signature" X-PPP-Message-ID: <166487856726.3008943.10436955902333637905@cloud220.unlimitedwebhosting.co.uk> X-PPP-Vhost: kintzios.com X-Barracuda-Connect: cloud220.unlimitedwebhosting.co.uk[149.255.60.183] X-Barracuda-Start-Time: 1664878566 X-Barracuda-Encrypted: ECDHE-RSA-AES128-GCM-SHA256 X-Barracuda-URL: https://149.255.60.67:443/cgi-mod/mark.cgi X-ASG-Orig-Subj: opencl runtime X-Virus-Scanned: by bsmtpd at thundermail.uk X-Barracuda-Scan-Msg-Size: 1471 X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=1.9 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.3.101180 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-Archives-Salt: 082b5ffd-fd7b-4062-b1f0-957aa1cf8970 X-Archives-Hash: 5fb6508c3d15eefd8484a117ca584418 --nextPart4432532.LvFx2qVVIh Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8"; protected-headers="v1" From: Michael To: gentoo-user@lists.gentoo.org Reply-To: confabulate@kintzios.com Subject: opencl runtime Date: Tue, 04 Oct 2022 11:15:44 +0100 Message-ID: <4775089.31r3eYUQgx@lenovo.localdomain> MIME-Version: 1.0 This message showed up after an update today: * Messages for package virtual/opencl-3-r2: * * In order to take advantage of OpenCL you will need a runtime for your hardware. * Currently included in Gentoo are: * * * open: * - dev-libs/intel-compute-runtime - integrated Intel GPUs from Broadwell onwards. 64-bit only; * - dev-libs/pocl - to run OpenCL programs on your CPU, if you do not have a supported GPU; * - dev-libs/rocm-opencl-runtime - AMD GPUs supported by the amdgpu kernel driver. 64-bit only; * - media-libs/mesa[opencl] - some older AMD GPUs; see [1]. 32-bit support; * * * proprietary: * - dev-libs/amdgpu-pro-opencl - AMD Polaris GPUs. 32-bit support; * - dev-util/intel-ocl-sdk - Intel CPUs (*not* GPUs). 64-bit only; * - x11-drivers/nvidia-drivers[uvm] - Nvidia GPUs; specific package versions * required for older devices [2]. 32-bit support. * * [1] https://dri.freedesktop.org/wiki/GalliumCompute/ * [2] https://www.nvidia.com/en-us/drivers/unix/legacy-gpu/ On a number of stable systems with a selection of different Northern Islands to Sea Islands APUs/GPUs, I have media-libs/mesa installed in as a dependency. Given the above message and noticing dev-libs/rocm-opencl-runtime is still in testing, am I meant to keyword it and install it manually, or will it replace mesa automagically some day in the future when marked as stable? --nextPart4432532.LvFx2qVVIh Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEXqhvaVh2ERicA8Ceseqq9sKVZxkFAmM8B9AACgkQseqq9sKV Zxmx0Q/+P74aQV1fP4usZqqcmRUXaWjVCsXu91dTvdiTVVCwCDcZnPeH3DQ5L0sV S9gdh4dwloiWhE33HFX6yJh6rQ6kXcxXs+WY6HVaf+AK5A5iFmGQqeNmBvhiLG9S +asteDjqCBKCQuaiJwGDhHETdnTSX87EfyLJpeyUdGL74fzcnLZ2Om78h4HfjIej 74LNEh6YpBwQr0HGM88cXgrzomHYAH0Mggux5GLT5ibq8K3Sr8y9mO6WuEOQwM03 k3Ntq3UDdkxKrXwYcWm9wNP+Zv3MZQpefwKUBebhAyDMDVyXDwgItK6NTS3mHbKs uLZcqsJlzEXBfg+lZb8fmDTkG1Tkhr0lXRZD6UY61Gb0DTkjVhrjmo8cTk4kDrQP wdzdViR+iPup/8uu0d9AIAOJigYzx1rtgtck771BU8bQ6UQ8dMdJ5rKYwtHXM5fw uRj8iEWKej5s7veGY4QCvQS2ODGGNGuT/PNYEhhqHiFffWFUeoeEbK1NpzjbfncH gFwUBI6zkqTcGjUqIKkHAfSqNaUOEcSYQsN8o5B21bpi2ddZ/XqBhRD9m6BPy7fJ ZzJtCshTneeWSwq1xYZ6uvvPLZ++v1J31jZXZ/vxMQY6SdUamQ/faorV0eTGpQ9R aU+8Y66jH+F/yxrfGNjDirlIskTXXhKvsjcMSK/WrDws2n36jbg= =t2/0 -----END PGP SIGNATURE----- --nextPart4432532.LvFx2qVVIh--