Package Details: opencl-amd 1:6.3.2-1

Git Clone URL: https://aur.archlinux.org/opencl-amd.git (read-only, click to copy)
Package Base: opencl-amd
Description: ROCm components repackaged from AMD's Ubuntu releases (ROCr runtime, ROCm runtime, HIP runtime) - 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, libdrm-amdgpu-amdgpu1, openmp-extras-runtime, rocdecode, rocdecode-dev, rocjpeg, rocjpeg-dev, 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, libdrm-amdgpu-amdgpu1, opencl-driver, openmp-extras-runtime, rocdecode, rocdecode-dev, rocjpeg, rocjpeg-dev, 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: 132
Popularity: 0.21
First Submitted: 2016-12-01 03:45 (UTC)
Last Updated: 2025-01-29 20:12 (UTC)

Required by (128)

Sources (38)

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 2025-01-29 20:13 (UTC) by luciddream)

Current release is for ROCm 6.3.2 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 .. 10 11 12 13 14 15 16 17 18 19 20 .. 79 Next › Last »

luciddream commented on 2022-12-16 11:06 (UTC)

@Hakkaten Maybe this happens because you have multiple OpenCL packages installed at the same time? Try to remove opencl-mesa and see if it makes any difference.

@LEONIDAS, @AndyRTR, @merlock thanks, I was just curious if the previous packaging method still works and I have no way to test it with my 5700XT.

LEONIDAS commented on 2022-12-16 01:30 (UTC) (edited on 2022-12-16 01:30 (UTC) by LEONIDAS)

@luciddream I'm using the current release to mine on a R9 Fury X, so it is correctly detecting the GPU.

All the mining software works as expected with this release of OpenCL.

I don't know if that is enough confirmation for you.

AndyRTR commented on 2022-12-15 06:14 (UTC)

Still getting darktable segfault with 5.4.1 using my legacy RX460 card while clinfo doesn't show any issues. Reverting back to 21.40 again.

merlock commented on 2022-12-15 03:46 (UTC)

Updated to 1:5.4.1-1.

I only need it for folding@home, and it started properly/started folding after installation.

VGA: Advanced Micro Devices, Inc. [AMD/ATI] Baffin [Radeon RX 550 640SP / RX 560/560X] (rev cf)

For me, we have a winner. Thanks, @luciddream!

luciddream commented on 2022-12-14 23:49 (UTC)

Someone with a legacy GPU please test if opencl-amd works for you with the current release.

luciddream commented on 2022-11-30 22:57 (UTC)

Busy week again, I will make the new release tomorrow night. I will also change the release numbering to 5.4.0 although I still don't trust AMD about it.

magicgoose commented on 2022-11-11 11:42 (UTC)

Pinned comment advises to install opencl-amd-polaris, but there's no such package - I only get 404 error page. What happened to it and is there an alternative?

<deleted-account> commented on 2022-10-23 17:08 (UTC)

Since using Linux 6.0 I run into the problem of

dlerror: libamdocl-orca64.so: cannot open shared object file: No such file or directory
Segmentation fault (core dumped)

A quick find also didn't return anything for it.

EDIT: Seems like I need the legacy support. Downgrading solved my issue :-)

wsippel commented on 2022-10-07 13:09 (UTC)

I tested and verified my suspicion: If you want to use the Arch Blender package with HIP, you need amd-opencl-dev. It will then compile the kernel at runtime - takes a minute the first time you use it.

@apaz Maybe a stupid suggestion, but if the card is recognized and there are no errors or crashes, are you sure you actually selected the GPU as your compute device? Blender will still default to the CPU even with HIP enabled, unless you specifically select 'GPU Compute' in 'Render Properties' -> 'Scene' -> 'Device'.