FS#79578 - clover-mesa clinfo not showing card's name correctly (OLAND instead of Radeon R5 430 OEM)
Attached to Project:
Arch Linux
Opened by Georgi Vidinski (GVidinski) - Tuesday, 05 September 2023, 16:12 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 05 September 2023, 22:30 GMT
Opened by Georgi Vidinski (GVidinski) - Tuesday, 05 September 2023, 16:12 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 05 September 2023, 22:30 GMT
|
Details
Description:
Hi everyone, one of my machines has two Radeon cards - 'R5 430 OEM' (DELL) & 'Radeon RX 550' and 'opencl-clover-mesa 1:23.1.6-4' installed. The result from 'clinfo' shows correctly that there are two platforms, 'Clover' & 'rusticl', where under 'Clover' there are two devices and under 'rusticl' there are none. But instead the name of the 'R5 430 OEM' it shows just "OLAND" and inside the braces there is no information for the GPU series: [code]Device Name OLAND (, LLVM 15.0.7, DRM 2.50, 6.1.49-1-MANJARO)[/code] While the second card is listed correctly with its name and the GPU series: [code]Device Name AMD Radeon RX 550 / 550 Series (polaris12, LLVM 15.0.7, DRM 3.49, 6.1.49-1-MANJARO)[/code] The same result is received calling the 'clGetDeviceInfo' inside the code. Additional info: [list][*]opencl-clover-mesa 1:23.1.6-4 - built from the repo at [url]https://gitlab.archlinux.org/archlinux/packaging/packages/mesa/-/tree/main[/url][/*][list] clinfo: [code] Number of platforms 2 Platform Name Clover Platform Vendor Mesa Platform Version OpenCL 1.1 Mesa 23.1.6-arch1.4 Platform Profile FULL_PROFILE Platform Extensions cl_khr_icd Platform Extensions function suffix MESA Platform Name rusticl Platform Vendor Mesa/X.org Platform Version OpenCL 3.0 Platform Profile FULL_PROFILE Platform Extensions cl_khr_icd cl_khr_il_program Platform Extensions with Version cl_khr_icd 0x400000 (1.0.0) cl_khr_il_program 0x400000 (1.0.0) Platform Numeric Version 0xc00000 (3.0.0) Platform Extensions function suffix MESA Platform Host timer resolution 0ns Platform Name Clover Number of devices 2 Device Name OLAND (, LLVM 15.0.7, DRM 2.50, 6.1.49-1-MANJARO) Device Vendor AMD Device Vendor ID 0x1002 Device Version OpenCL 1.1 Mesa 23.1.6-arch1.4 Device Numeric Version 0x401000 (1.1.0) Driver Version 23.1.6-arch1.4 Device OpenCL C Version OpenCL C 1.1 Device Type GPU Device Profile FULL_PROFILE Device Available Yes Compiler Available Yes Max compute units 6 Max clock frequency 780MHz Max work item dimensions 3 Max work item sizes 256x256x256 Max work group size 256 Preferred work group size multiple (kernel) 64 Preferred / native vector sizes char 16 / 16 short 8 / 8 int 4 / 4 long 2 / 2 half 0 / 0 (n/a) float 4 / 4 double 2 / 2 (cl_khr_fp64) Half-precision Floating-point support (n/a) Single-precision Floating-point support (core) Denormals No Infinity and NANs Yes Round to nearest Yes Round to zero No Round to infinity No IEEE754-2008 fused multiply-add No Support is emulated in software No Correctly-rounded divide and sqrt operations No Double-precision Floating-point support (cl_khr_fp64) Denormals Yes Infinity and NANs Yes Round to nearest Yes Round to zero Yes Round to infinity Yes IEEE754-2008 fused multiply-add Yes Support is emulated in software No Address bits 64, Little-Endian Global memory size 2147483648 (2GiB) Error Correction support No Max memory allocation 536870912 (512MiB) Unified memory for Host and Device No Minimum alignment for any data type 128 bytes Alignment of base address 32768 bits (4096 bytes) Global Memory cache type None Image support No Local memory type Local Local memory size 32768 (32KiB) Max number of constant args 16 Max constant buffer size 67108864 (64MiB) Max size of kernel argument 1024 Queue properties Out-of-order execution No Profiling Yes Profiling timer resolution 0ns Execution capabilities Run OpenCL kernels Yes Run native kernels No ILs with version SPIR-V 0x400000 (1.0.0) Built-in kernels with version (n/a) Device Extensions cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_fp64 cl_khr_extended_versioning Device Extensions with Version cl_khr_byte_addressable_store 0x400000 (1.0.0) cl_khr_global_int32_base_atomics 0x400000 (1.0.0) cl_khr_global_int32_extended_atomics 0x400000 (1.0.0) cl_khr_local_int32_base_atomics 0x400000 (1.0.0) cl_khr_local_int32_extended_atomics 0x400000 (1.0.0) cl_khr_int64_base_atomics 0x400000 (1.0.0) cl_khr_int64_extended_atomics 0x400000 (1.0.0) cl_khr_fp64 0x400000 (1.0.0) cl_khr_extended_versioning 0x400000 (1.0.0) Device Name AMD Radeon RX 550 / 550 Series (polaris12, LLVM 15.0.7, DRM 3.49, 6.1.49-1-MANJARO) Device Vendor AMD Device Vendor ID 0x1002 Device Version OpenCL 1.1 Mesa 23.1.6-arch1.4 Device Numeric Version 0x401000 (1.1.0) Driver Version 23.1.6-arch1.4 Device OpenCL C Version OpenCL C 1.1 Device Type GPU Device Profile FULL_PROFILE Device Available Yes Compiler Available Yes Max compute units 8 Max clock frequency 1219MHz Max work item dimensions 3 Max work item sizes 256x256x256 Max work group size 256 Preferred work group size multiple (kernel) 64 Preferred / native vector sizes char 16 / 16 short 8 / 8 int 4 / 4 long 2 / 2 half 0 / 0 (n/a) float 4 / 4 double 2 / 2 (cl_khr_fp64) Half-precision Floating-point support (n/a) Single-precision Floating-point support (core) Denormals No Infinity and NANs Yes Round to nearest Yes Round to zero No Round to infinity No IEEE754-2008 fused multiply-add No Support is emulated in software No Correctly-rounded divide and sqrt operations No Double-precision Floating-point support (cl_khr_fp64) Denormals Yes Infinity and NANs Yes Round to nearest Yes Round to zero Yes Round to infinity Yes IEEE754-2008 fused multiply-add Yes Support is emulated in software No Address bits 64, Little-Endian Global memory size 4294967296 (4GiB) Error Correction support No Max memory allocation 1073741824 (1024MiB) Unified memory for Host and Device No Minimum alignment for any data type 128 bytes Alignment of base address 32768 bits (4096 bytes) Global Memory cache type None Image support No Local memory type Local Local memory size 65536 (64KiB) Max number of constant args 16 Max constant buffer size 67108864 (64MiB) Max size of kernel argument 1024 Queue properties Out-of-order execution No Profiling Yes Profiling timer resolution 0ns Execution capabilities Run OpenCL kernels Yes Run native kernels No ILs with version SPIR-V 0x400000 (1.0.0) Built-in kernels with version (n/a) Device Extensions cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_int64_base_atomics cl_khr_int64_extended_atomics cl_khr_fp64 cl_khr_extended_versioning Device Extensions with Version cl_khr_byte_addressable_store 0x400000 (1.0.0) cl_khr_global_int32_base_atomics 0x400000 (1.0.0) cl_khr_global_int32_extended_atomics 0x400000 (1.0.0) cl_khr_local_int32_base_atomics 0x400000 (1.0.0) cl_khr_local_int32_extended_atomics 0x400000 (1.0.0) cl_khr_int64_base_atomics 0x400000 (1.0.0) cl_khr_int64_extended_atomics 0x400000 (1.0.0) cl_khr_fp64 0x400000 (1.0.0) cl_khr_extended_versioning 0x400000 (1.0.0) Platform Name rusticl Number of devices 0 NULL platform behavior clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...) Clover clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...) Success [MESA] clCreateContext(NULL, ...) [default] Success [MESA] clCreateContext(NULL, ...) [other] clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT) Success (1) Platform Name Clover Device Name OLAND (, LLVM 15.0.7, DRM 2.50, 6.1.49-1-MANJARO) clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU) No devices found in platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU) Success (2) Platform Name Clover Device Name OLAND (, LLVM 15.0.7, DRM 2.50, 6.1.49-1-MANJARO) Device Name AMD Radeon RX 550 / 550 Series (polaris12, LLVM 15.0.7, DRM 3.49, 6.1.49-1-MANJARO) clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR) No devices found in platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM) No devices found in platform clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL) Success (2) Platform Name Clover Device Name OLAND (, LLVM 15.0.7, DRM 2.50, 6.1.49-1-MANJARO) Device Name AMD Radeon RX 550 / 550 Series (polaris12, LLVM 15.0.7, DRM 3.49, 6.1.49-1-MANJARO) ICD loader properties ICD loader Name OpenCL ICD Loader ICD loader Vendor OCL Icd free software ICD loader Version 2.3.2 ICD loader Profile OpenCL 3.0 [/code] lshw -c display: [code] *-display description: VGA compatible controller product: Oland [Radeon HD 8570 / R5 430 OEM / R7 240/340 / Radeon 520 OEM] vendor: Advanced Micro Devices, Inc. [AMD/ATI] physical id: 0 bus info: pci@0000:02:00.0 logical name: /dev/fb0 version: 87 width: 64 bits clock: 33MHz capabilities: pm pciexpress msi vga_controller bus_master cap_list rom fb configuration: depth=32 driver=radeon latency=0 mode=1920x1200 resolution=1920,1200 visual=truecolor xres=1920 yres=1200 resources: iomemory:33f0-33ef irq:42 memory:33fe0000000-33fefffffff memory:f7d00000-f7d3ffff ioport:e000(size=256) memory:f7d40000-f7d5ffff *-display description: VGA compatible controller product: Lexa PRO [Radeon 540/540X/550/550X / RX 540X/550/550X] vendor: Advanced Micro Devices, Inc. [AMD/ATI] physical id: 0 bus info: pci@0000:03:00.0 version: c7 width: 64 bits clock: 33MHz capabilities: pm pciexpress msi vga_controller bus_master cap_list rom configuration: driver=amdgpu latency=0 resources: iomemory:3010-300f iomemory:3000-2fff irq:43 memory:30100000000-301ffffffff memory:30080000000-300801fffff ioport:d000(size=256) memory:f7c00000-f7c3ffff memory:f7c40000-f7c5ffff [/code] Thanks! |
This task depends upon
Closed by Toolybird (Toolybird)
Tuesday, 05 September 2023, 22:30 GMT
Reason for closing: Not a bug
Additional comments about closing: This is not the Manjaro bug tracker.
Tuesday, 05 September 2023, 22:30 GMT
Reason for closing: Not a bug
Additional comments about closing: This is not the Manjaro bug tracker.