Package Details: rocm-gfx110x-bin 7.14.0-1

Git Clone URL: https://aur.archlinux.org/rocm-gfx110x-bin.git (read-only, click to copy)
Package Base: rocm-gfx110x-bin
Description: ROCm Core SDK and TheRock Build System - RDNA3
Upstream URL: http://www.amd.com
Licenses: custom:AMD
Conflicts: amd-smi-lib, amdsmi, comgr, composable-kernel, hip, hip-runtime-amd, hipblas, hipblas-common, hipblaslt, hipcc, hipcub, hipfft, hipify-clang, hiprand, hipsolver, hipsparse, hipsparselt, hiptensor, hsa-amd-aqlprofile, hsa-rocr, miopen, miopen-hip, opencl-amd, opencl-amd-dev, openmp-extras-runtime, rccl, rocalution, rocblas, rocdecode, rocfft, rocjpeg, rocm, rocm-bin, rocm-cmake, rocm-core, rocm-dbgapi, rocm-debug-agent, rocm-developer-tools, rocm-device-libs, rocm-gdb, rocm-gfx101x-bin, rocm-gfx103x-bin, rocm-gfx1150-bin, rocm-gfx1151-bin, rocm-gfx1152-bin, rocm-gfx120x-bin, rocm-hip, rocm-hip-libraries, rocm-hip-runtime, rocm-hip-sdk, rocm-language-runtime, rocm-llvm, rocm-ml-libraries, rocm-ml-sdk, rocm-ocl-icd, rocm-opencl, rocm-opencl-icd-loader, rocm-opencl-runtime, rocm-opencl-sdk, rocm-openmp, rocm-smi-lib, rocminfo, rocprim, rocprofiler, rocprofiler-compute, rocprofiler-debug, rocprofiler-plugins, rocprofiler-register, rocprofiler-sdk, rocprofiler-sdk-rocpd, rocprofiler-sdk-roctx, rocprofiler-systems, rocrand, rocshmem, rocsolver, rocsparse, rocthrust, roctracer, rocwmma
Provides: amdrocm-amdsmi, amdrocm-base, amdrocm-blas, amdrocm-ccl, amdrocm-ck, amdrocm-debugger, amdrocm-decode, amdrocm-dnn, amdrocm-fft, amdrocm-hipify, amdrocm-jpeg, amdrocm-llvm, amdrocm-opencl, amdrocm-profiler, amdrocm-profiler-base, amdrocm-rand, amdrocm-rccl, amdrocm-rdc, amdrocm-rocshmem, amdrocm-runtime, amdrocm-solver, amdrocm-sparse, amdrocm-sysdeps, opencl-driver
Submitter: luciddream
Maintainer: luciddream
Last Packager: luciddream
Votes: 3
Popularity: 0.92
First Submitted: 2025-12-13 09:04 (UTC)
Last Updated: 2026-07-16 16:37 (UTC)

Required by (48)

Sources (1)

Latest Comments

luciddream commented on 2026-07-19 08:54 (UTC)

Hi LeonardoSidney, I will check on my gfx1151 how and if it can build llama.cpp and report back.

In the meantime, you can use the llama.cpp artifacts from the lemonade project:

ROCm 7.14: https://github.com/lemonade-sdk/llama.cpp/actions/runs/29548499801/artifacts/8396464312

ROCm 7.15 (nightly): https://github.com/lemonade-sdk/llamacpp-rocm/releases/download/b1300/llama-b1300-ubuntu-rocm-gfx110X-x64.zip

LeonardoSidney commented on 2026-07-18 23:08 (UTC)

I usually use llama.cpp for local inference. Specifically, build tags/b10068. For this build command:

MAX_JOBS=16 HIPCXX="$(hipconfig -l)/clang" HIP_PATH="$(hipconfig -R)" cmake -S . -B build -DGGML_HIP=ON -DGPU_TARGETS=gfx1100 -DCMAKE_BUILD_TYPE=Release -DGGML_HIP_ROCWMMA_FATTN=ON -DCMAKE_CXX_FLAGS="-march=native -O3" -DCMAKE_C_FLAGS="-march=native -O3" -DLLAMA_BUILD_UI=OFF

I had to include the HSA_OVERRIDE_GFX_VERSION flag to get the build command to work, resulting in this:

HSA_OVERRIDE_GFX_VERSION=11.0.0 cmake --build ./build --parallel$(nproc) --verbose

This was because it was returning the following error during compilation:

unsupported CUDA gpu architecture: gfx1100

Did I do something wrong regarding the new package?

TheFeelTrain commented on 2026-07-10 22:14 (UTC)

This says it conflicts/provides migraphx but I don't think it is actually inside there anywhere.