Package Details: opencl-amd 1:6.1.0-2

Git Clone URL: https://aur.archlinux.org/opencl-amd.git (read-only, click to copy)
Package Base: opencl-amd
Description: ROCr OpenCL stack, supports Vega 10 and later products - Legacy OpenCL stack (Proprietary), supports legacy products older than Vega 10 - This package is intended to work along with the free amdgpu stack.
Upstream URL: http://www.amd.com
Keywords: amd amdgpu computing gpgpu opencl radeon
Licenses: custom:AMD
Conflicts: amd-smi-lib, comgr, hip, hip-dev, hip-doc, hip-runtime-amd, hip-samples, hipcc, hsa-amd-aqlprofile, hsa-rocr, hsa-rocr-dev, hsakmt-roct, hsakmt-roct-dev, libdrm-amdgpu-amdgpu1, openmp-extras-runtime, rocdecode, rocdecode-dev, rocm-clang-ocl, rocm-cmake, rocm-core, rocm-dbgapi, rocm-debug-agent, rocm-device-libs, rocm-gdb, rocm-hip-runtime, rocm-language-runtime, rocm-ocl-icd, rocm-opencl, rocm-opencl-dev, rocm-opencl-icd-loader, rocm-opencl-runtime, rocm-smi-lib, rocm-utils, rocminfo, rocprofiler, rocprofiler-dev, rocprofiler-plugins, rocprofiler-register, roctracer, roctracer-dev
Provides: amd-smi-lib, comgr, hip, hip-dev, hip-doc, hip-runtime-amd, hip-samples, hipcc, hsa-amd-aqlprofile, hsa-rocr, hsa-rocr-dev, hsakmt-roct, hsakmt-roct-dev, libdrm-amdgpu-amdgpu1, opencl-driver, openmp-extras-runtime, rocdecode, rocdecode-dev, rocm-clang-ocl, rocm-cmake, rocm-core, rocm-dbgapi, rocm-debug-agent, rocm-device-libs, rocm-gdb, rocm-hip-runtime, rocm-language-runtime, rocm-ocl-icd, rocm-opencl, rocm-opencl-dev, rocm-opencl-icd-loader, rocm-opencl-runtime, rocm-smi-lib, rocm-utils, rocminfo, rocprofiler, rocprofiler-dev, rocprofiler-plugins, rocprofiler-register, roctracer, roctracer-dev
Submitter: grmat
Maintainer: sperg512 (luciddream)
Last Packager: luciddream
Votes: 131
Popularity: 0.062341
First Submitted: 2016-12-01 03:45 (UTC)
Last Updated: 2024-04-19 20:50 (UTC)

Required by (110)

Sources (39)

Pinned Comments

nho1ix commented on 2023-12-29 08:43 (UTC) (edited on 2024-02-10 07:13 (UTC) by nho1ix)

Note for anyone who has a Polaris GPU (Radeon RX 5xx) debugging issues with this package; Packages that use OpenCL like clinfo or davinci-resolve-studio will need you to downgrade opencl-amd to 1:5.7.1-1 as well as amdgpu-pro-oglp to 23.10_1620044-1 to avoid coredumps & segfaults.

DVR would not open unless these 2 packages were downgraded (along with their dependencies). Had to figure it out the hard way after hours using valgrind and rebooting over and over. Hopefully someone else will not have to pull their hair out trying to resolve their issue.

luciddream commented on 2021-12-26 15:14 (UTC) (edited on 2024-04-18 21:02 (UTC) by luciddream)

Current release is for ROCm 6.1.0 opencl-amd package includes only OpenCL / HIP runtime. You also need to use opencl-amd-dev package for ROCm LLVM compiler, OpenCL and HIP SDK. Please relog / reboot after installing so your PATH gets updated

There are now official packages available: rocm-opencl-sdk for OpenCL and rocm-hip-sdk for HIP - You might have better luck with these packages depending on your GPU.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 77 Next › Last »

merlock commented on 2023-12-17 19:59 (UTC) (edited on 2023-12-18 04:03 (UTC) by merlock)

@luciddream, I could probably get a backtrace of the coredump...but that wouldn't help here would it?

Would it even make a difference upstream?

backtrace if interested: https://0x0.st/HYf2.txt

luciddream commented on 2023-12-17 18:28 (UTC) (edited on 2023-12-17 18:28 (UTC) by luciddream)

@merlock I think it's not working for me either (5700xt). I only tested Geekbench before making a release and it worked fine. But I can't make it work for hashcat / blender. Will investigate but more feedback is welcome!

merlock commented on 2023-12-17 14:59 (UTC) (edited on 2023-12-17 15:02 (UTC) by merlock)

Ugh. Could be the end of the road...

6.0 causes folding@home to coredump when starting . (RX560).

Reverting back to 5.7.1....

trougnouf commented on 2023-11-02 12:40 (UTC)

PKGBUILD for 5.7.1 which doesn't own /opt/rocm: https://pastebin.com/raw/GCdWkqyg

Felix_F commented on 2023-10-17 16:09 (UTC)

@trougnouf thanks for the modified PKGBUILD, had the same issue trying to install python-pytorch-opt-rocm. Just built opencl-amd manually and reinstalled, now everything installs without a problem.

merlock commented on 2023-10-16 23:34 (UTC)

Still working with my RX560.

Thanks, @luciddream!

luciddream commented on 2023-10-15 19:20 (UTC)

Sorry for the delay I've been super busy this weekend (mostly because of election day in my country). I will make a release tomorrow.

trougnouf commented on 2023-10-05 16:13 (UTC)

For anyone else having trouble with magma-hip, here is a PKGBUILD which doesn't own /opt/rocm: https://pastebin.com/raw/HJtXHtqb

trougnouf commented on 2023-09-19 21:42 (UTC)

I don't understand why it's too much work, I only changed the line I mentioned and replaced 5 references to /opt/rocm-5.7.0/ into /opt/rocm/ in the PKGBUILD (eg echo /opt/rocm-5.7.0/opencl/lib > "$pkgdir/etc/ld.so.conf.d/opencl-amd.conf" -> echo /opt/rocm/opencl/lib > "$pkgdir/etc/ld.so.conf.d/opencl-amd.conf").

Anyway I'm happy to have something that works however you do it so thank you.

luciddream commented on 2023-09-19 21:08 (UTC)

@trougnouf

That's too much work (you could just install magma-hip in another directory). In any case I left a comment to the maintainers here