No ("new") AMD drivers available - Using Mesa?
Posted: Sat May 23, 2020 11:14 pm
So i found another piece of Hardware and wanted to try its "performance" before throwing it away.
This GPU is not essential. Im just playing around and would be happy to see it working.
It detects as
Seems like there is no Driver support from AMD since 2015, so i tried Mesa.
Short Question: Is it posible to fold with Mesa?
The shortest answer I can find is no: viewtopic.php?f=81&t=34735&p=329177&hilit=Mesa#p329207
If there is a long Answer, here are more informations:
And
This GPU is not essential. Im just playing around and would be happy to see it working.
Regards,
Patrick
This GPU is not essential. Im just playing around and would be happy to see it working.
It detects as
Code: Select all
lspci
03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Caicos XT [Radeon HD 7470/8470 / R5 235/310 OEM]
Short Question: Is it posible to fold with Mesa?
The shortest answer I can find is no: viewtopic.php?f=81&t=34735&p=329177&hilit=Mesa#p329207
If there is a long Answer, here are more informations:
Code: Select all
clinfo
Platform Name Clover
Number of devices 1
Device Name AMD CAICOS (DRM 2.50.0 / 5.3.0-53-generic, LLVM 10.0.0)
Device Vendor AMD
Device Vendor ID 0x1002
Device Version OpenCL 1.1 Mesa 20.2.0-devel (git-4e147e2 2020-05-23 bionic-oibaf-ppa)
Driver Version 20.2.0-devel
Device OpenCL C Version OpenCL C 1.1
Device Type GPU
Device Profile FULL_PROFILE
Device Available Yes
Compiler Available Yes
Max compute units 2
Max clock frequency 775MHz
Max work item dimensions 3
Max work item sizes 256x256x256
Max work group size 256
Preferred work group size multiple 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 0 / 0 (n/a)
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 (n/a)
Address bits 32, Little-Endian
Global memory size 1073741824 (1024MiB)
Error Correction support No
Max memory allocation 751619276 (716.8MiB)
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 15
Max constant buffer size 751619276 (716.8MiB)
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
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
Code: Select all
22:18:14:Adding folding slot 02: READY gpu:1:Caicos [Radeon R5 235/HD 8470]
[...]
22:42:42:WU01:FS02:Starting
22:42:42:ERROR:WU01:FS02:Failed to start core: OpenCL device matching slot 2 not found, make sure the OpenCL driver is installed or try setting 'opencl-index' manually
Regards,
Patrick