Package Details: opencl-amd 1:6.1.1-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, 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.66
First Submitted: 2016-12-01 03:45 (UTC)
Last Updated: 2024-05-09 21:58 (UTC)

Required by (114)

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-05-09 22:00 (UTC) by luciddream)

Current release is for ROCm 6.1.1 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 .. 77 Next › Last »

luciddream commented on 2022-09-12 20:41 (UTC) (edited on 2022-09-12 20:42 (UTC) by luciddream)

For some reason I only just received the last AUR emails.

@ezra I doubt Blender needs rocm-5.0.0 path. Can you check /etc/profile.d/opencl-amd.sh ? and echo $PATH ? It should only include 5.2.3 rocm path.

@sperg512 It depends on what you want to automate. I think it's possible but not that simple. I personally check on every release if new libraries are added/removed, then add/remove fixes for each release. For example the last version includes paths from Ubuntu 22.04 version, which is something I had to change manually and I only did it because I verified it installs fine in Ubuntu 22.04. And a couple of versions before, I had to remove the library path fix #ln -s "/opt/rocm-5.2.3/hip/bin/.hipVersion" "$pkgdir/opt/rocm-5.2.3/bin/.hipVersion" because it was fixed upstream.

In any case, it's simple for me to update and not taking much of my time, but I somewhat refuse to update minor versions that have no changelog by AMD. I also completely lost interest in using ROCm with my GPU (5700XT), since it will never work. I will probably upgrade my GPU before it is finally supported.

ezra commented on 2022-09-12 19:32 (UTC) (edited on 2022-09-12 19:34 (UTC) by ezra)

Blender seems to expect /opt/rocm-5.0.0/llvm/bin/clang, which isn't in my filesystem and giving me a no such file error from the console upon rendering. Is that supposed to be included in this package?

sperg512 commented on 2022-09-10 18:22 (UTC)

I wonder if it'd be possible to create an auto-update script for this

Eirikr commented on 2022-07-23 00:05 (UTC)

TL;DR -- AMD GFX6xx cards are completely unusable. AMD GFX7xx cards SHOULD work with rocmhsa, but apparently are not for some reason.

Unable to utilize mixed-system of Intel i9-9900K CPU with Gen9 16EU Intel Graphics ++ AMD Vega 64 ++ AMD Radeon R9 290X ++ AMD Radeon R9 280X

The goal here was to have multiple compute devices (Gen9 Intel Graphics ++ GFX90x AMD ++ GFX 701 AMD ++ GFX 600 AMD working together for OpenCL renders, OpenMP (for DistCC) etc.

However, the GFX 600 card does not seem to be recognized at all. There seems to be -0- way to get it working, even though apparently llvm supports this card still.

Even with removing the card and Having the GFX701 + GFX9xx from AMD cards together, clinfo and rocminfo freeze. rocminfo freezes with "loading ROCk"

Matt3o commented on 2022-07-22 18:58 (UTC)

is it just me or blender HIP crashes like crazy on an rx6800?

luciddream commented on 2022-07-02 19:10 (UTC)

@jasonthird thanks, I will add it and make another release. Can you give me an example of software that needs it? So I can test it's working before making the release. I guess mivisionx is a good choice.

jasonthird commented on 2022-07-02 18:42 (UTC)

This package also provides rocm-cmake but its not listed as provided. other aur packages have it as a dependency but installation always fails because its already installed without the package manager knowing

luciddream commented on 2022-06-29 20:57 (UTC)

Hi all, I didn't have time to finish the update today, so it will either be tomorrow or Friday, unfortunately it's a very busy week.

merlock commented on 2022-05-18 21:45 (UTC) (edited on 2022-05-19 02:17 (UTC) by merlock)

Thanks for the assist, @luciddream; I really appreciate your time!

Obviously, it's got to be something on my system; your AMD and another user on the FAH page has NVIDEA with no problems. Downgrading the kernel/headers, back to 20.45...the only thing that will get my GPU going again is downgrading llvm-libs.

I've tossed it out on the FAH support forums as well, but I am not really holding my breath.

Oh well, good run while it lasted....

ETA: So, it seems that I had both opencl-amd and opencl-mesa installed concurrently. Removed opencl-mesa, and the GPU started working again.