You are not logged in.

#1 2021-09-02 09:37:08

adib
Member
Registered: 2021-09-02
Posts: 1

Missing file gfx909-amdgcn-mesa-mesa3d.bc for AMD Ryzen 4000 series

Hi all ;]
When I am trying to compile john the ripper from source with opencl enabled, I got warning that

gfx909-amdgcn-mesa-mesa3d.bc

is missing.

$ clinfo
...
=== CL_PROGRAM_BUILD_LOG ===
fatal error: cannot open file '/usr/share/clc/gfx909-amdgcn-mesa-mesa3d.bc': No such file or directory
...

I have already installed:

$ pacman -Q | grep opencl
opencl-headers 2:2021.04.29-1
opencl-mesa 21.2.1-1

I used latest kernel:

$ uname -a
Linux hostname 5.13.13-arch1-1 #1 SMP PREEMPT Thu, 26 Aug 2021 19:14:36 +0000 x86_64 GNU/Linux

This is my cpu:

$ sudo lscpu
Architecture:            x86_64
  CPU op-mode(s):        32-bit, 64-bit
  Address sizes:         44 bits physical, 48 bits virtual
  Byte Order:            Little Endian
CPU(s):                  4
  On-line CPU(s) list:   0-3
Vendor ID:               AuthenticAMD
  BIOS Vendor ID:        Advanced Micro Devices, Inc.
  Model name:            AMD Ryzen 3 4300U with Radeon Graphics
    BIOS Model name:     AMD Ryzen 3 4300U with Radeon Graphics         
    CPU family:          23
    Model:               96
    Thread(s) per core:  1
    Core(s) per socket:  4
    Socket(s):           1
    Stepping:            1
    Frequency boost:     enabled
    CPU max MHz:         2700.0000
    CPU min MHz:         1400.0000
    BogoMIPS:            5391.24
    Flags:               fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx
                          mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclm
                         ulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapi
                         c cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext 
                         perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cq
                         m rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_tot
                         al cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean 
                         flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif v_spec_ctrl umip rdpid overflow_rec
                         ov succor smca sme sev sev_es
Virtualization features: 
  Virtualization:        AMD-V
Caches (sum of all):     
  L1d:                   128 KiB (4 instances)
  L1i:                   128 KiB (4 instances)
  L2:                    2 MiB (4 instances)
  L3:                    4 MiB (1 instance)
NUMA:                    
  NUMA node(s):          1
  NUMA node0 CPU(s):     0-3
Vulnerabilities:         
  Itlb multihit:         Not affected
  L1tf:                  Not affected
  Mds:                   Not affected
  Meltdown:              Not affected
  Spec store bypass:     Mitigation; Speculative Store Bypass disabled via prctl and seccomp
  Spectre v1:            Mitigation; usercopy/swapgs barriers and __user pointer sanitization
  Spectre v2:            Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling
  Srbds:                 Not affected
  Tsx async abort:       Not affected

Found same issue from libclc-amdgcn missing files for current AMD APUs

Offline

#2 2021-09-02 11:36:39

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,919

Re: Missing file gfx909-amdgcn-mesa-mesa3d.bc for AMD Ryzen 4000 series

https://wiki.archlinux.org/title/GPGPU

Opencl-amd is your best chance, although it is proprietary .
If you prefer opensource, try ROCm .

Oh and install clinfo . it's a great tool to get detailed info about opencl saupport on your machine.

Welcome to archlinux forums.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2021-09-14 09:44:51

regulator
Member
Registered: 2020-01-15
Posts: 22

Re: Missing file gfx909-amdgcn-mesa-mesa3d.bc for AMD Ryzen 4000 series

I believe the issue is that opencl-mesa doesnt work. Install opencl-amd instead, it works with the mesa driver without having to install the AMDPRO driver.

Offline

#4 2021-11-19 06:17:46

srahman5317
Member
Registered: 2021-11-19
Posts: 1

Re: Missing file gfx909-amdgcn-mesa-mesa3d.bc for AMD Ryzen 4000 series

Apologies for the silly question, but I currently have both opencl-mesa as well as opencl-amd installed. There didn't seem to be any conflicts when I installed opencl-amd on top of opencl-mesa. Would it be advisable to remove opencl-mesa or will that break anything. I am of course encountering the same error as in the OP? Thanks in advance

Offline

Board footer

Powered by FluxBB