LINUX.ORG.RU

История изменений

Исправление Dron, (текущая версия) :

Не знаю )) я только укажу что у меня установлено

dron@gnu:~$ apt  search radeon | grep установлен  
firmware-amd-graphics/testing,testing,unstable,unstable,now 20161130-2 all [установлен]
libdrm-radeon1/testing,unstable,now 2.4.74-1 amd64 [установлен]
radeontool/testing,unstable,now 1.6.3-1 amd64 [установлен]
radeontop/testing,unstable,now 0.9-1 amd64 [установлен]
rovclock/testing,unstable,now 0.6e-7 amd64 [установлен]
xserver-xorg-video-amdgpu/testing,unstable,now 1.2.0-1+b1 amd64 [установлен]
xserver-xorg-video-ati/testing,unstable,now 1:7.8.0-1+b1 amd64 [установлен]
xserver-xorg-video-radeon/testing,unstable,now 1:7.8.0-1+b1 amd64 [установлен]
dron@gnu:~$ 
dron@gnu:~$ 
dron@gnu:~$ apt  search opencl | grep установлен  
clinfo/testing,unstable,now 2.1.16.01.12-1 amd64 [установлен]
erlang-cl/testing,unstable,now 1.2.1-4 amd64 [установлен]
libclblas2/testing,unstable,now 2.10-4+b1 amd64 [установлен]
libclc-amdgcn/testing,testing,unstable,unstable,now 0.2.0+git20160907-3 all [установлен]
libclc-dev/testing,testing,unstable,unstable,now 0.2.0+git20160907-3 all [установлен]
libclc-r600/testing,testing,unstable,unstable,now 0.2.0+git20160907-3 all [установлен]
libclfft2/testing,unstable,now 2.12.2-1+b1 amd64 [установлен]
libpoclu-dev/testing,unstable,now 0.13-8 amd64 [установлен]
libpoclu1/testing,unstable,now 0.13-8 amd64 [установлен]
mesa-opencl-icd/unstable,now 13.0.2-3 amd64 [установлен]
ocl-icd-libopencl1/testing,unstable,now 2.2.10-2 amd64 [установлен]
ocl-icd-opencl-dev/testing,unstable,now 2.2.10-2 amd64 [установлен]
opencl-c-headers/testing,testing,unstable,unstable,now 2.1-1 all [установлен]
opencl-clhpp-headers/testing,testing,unstable,unstable,now 2.0.10-1 all [установлен]
opencl-headers/testing,testing,unstable,unstable,now 2.1-1 all [установлен, автоматически]
dron@gnu:~$ 

Хотя можешь дать пример того что ты хочешь запускать на opencl я в живую запущу у себя (карта же у нас одинаковая) и если всё заработает значит будешь настраивать radeon если не заработает то fglrx снова пытаться собирать

dron@gnu:~$ clinfo 
Number of platforms                               1
  Platform Name                                   Clover
  Platform Vendor                                 Mesa
  Platform Version                                OpenCL 1.1 Mesa 13.0.2
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd
  Platform Extensions function suffix             MESA

  Platform Name                                   Clover
Number of devices                                 1
  Device Name                                     AMD BARTS (DRM 2.43.0 / 4.4.0-1-amd64, LLVM 3.9.1)
  Device Vendor                                   AMD
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 1.1 Mesa 13.0.2
  Driver Version                                  13.0.2
  Device OpenCL C Version                         OpenCL C 1.1 
  Device Type                                     GPU
  Device Profile                                  FULL_PROFILE
  Max compute units                               6
  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                              2147483648 (2GiB)
  Error Correction support                        No
  Max memory allocation                           1503238553 (1.4GiB)
  Unified memory for Host and Device              Yes
  Minimum alignment for any data type             128 bytes
  Alignment of base address                       1024 bits (128 bytes)
  Global Memory cache type                        None
  Image support                                   No
  Local memory type                               Local
  Local memory size                               32768 (32KiB)
  Max constant buffer size                        1503238553 (1.4GiB)
  Max number of constant args                     13
  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 Available                                Yes
  Compiler Available                              Yes
  Device Extensions                               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_byte_addressable_store

NULL platform behavior
  clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  No platform
  clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)   No platform
  clCreateContext(NULL, ...) [default]            No platform
  clCreateContext(NULL, ...) [other]              Success [MESA]
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  No platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  No platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  No platform
dron@gnu:~$ 

Исправление Dron, :

Не знаю )) я только укажу что у меня установлено

dron@gnu:~$ apt  search radeon | grep установлен  
firmware-amd-graphics/testing,testing,unstable,unstable,now 20161130-2 all [установлен]
libdrm-radeon1/testing,unstable,now 2.4.74-1 amd64 [установлен]
radeontool/testing,unstable,now 1.6.3-1 amd64 [установлен]
radeontop/testing,unstable,now 0.9-1 amd64 [установлен]
rovclock/testing,unstable,now 0.6e-7 amd64 [установлен]
xserver-xorg-video-amdgpu/testing,unstable,now 1.2.0-1+b1 amd64 [установлен]
xserver-xorg-video-ati/testing,unstable,now 1:7.8.0-1+b1 amd64 [установлен]
xserver-xorg-video-radeon/testing,unstable,now 1:7.8.0-1+b1 amd64 [установлен]
dron@gnu:~$ 
dron@gnu:~$ 
dron@gnu:~$ apt  search opencl | grep установлен  
clinfo/testing,unstable,now 2.1.16.01.12-1 amd64 [установлен]
erlang-cl/testing,unstable,now 1.2.1-4 amd64 [установлен]
libclblas2/testing,unstable,now 2.10-4+b1 amd64 [установлен]
libclc-amdgcn/testing,testing,unstable,unstable,now 0.2.0+git20160907-3 all [установлен]
libclc-dev/testing,testing,unstable,unstable,now 0.2.0+git20160907-3 all [установлен]
libclc-r600/testing,testing,unstable,unstable,now 0.2.0+git20160907-3 all [установлен]
libclfft2/testing,unstable,now 2.12.2-1+b1 amd64 [установлен]
libpoclu-dev/testing,unstable,now 0.13-8 amd64 [установлен]
libpoclu1/testing,unstable,now 0.13-8 amd64 [установлен]
mesa-opencl-icd/unstable,now 13.0.2-3 amd64 [установлен]
ocl-icd-libopencl1/testing,unstable,now 2.2.10-2 amd64 [установлен]
ocl-icd-opencl-dev/testing,unstable,now 2.2.10-2 amd64 [установлен]
opencl-c-headers/testing,testing,unstable,unstable,now 2.1-1 all [установлен]
opencl-clhpp-headers/testing,testing,unstable,unstable,now 2.0.10-1 all [установлен]
opencl-headers/testing,testing,unstable,unstable,now 2.1-1 all [установлен, автоматически]
dron@gnu:~$ 

Хотя можешь дать пример того что ты хочешь запускать на opencl я в живую запущу у себя (карта же у нас одинаковая) и если всё заработает значит будешь настраивать radeon если не заработает то fglrx снова пытаться собирать

dron@gnu:~$ clinfo 
Number of platforms                               1
  Platform Name                                   Clover
  Platform Vendor                                 Mesa
  Platform Version                                OpenCL 1.1 Mesa 13.0.2
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_icd
  Platform Extensions function suffix             MESA

  Platform Name                                   Clover
Number of devices                                 1
  Device Name                                     AMD BARTS (DRM 2.43.0 / 4.4.0-1-amd64, LLVM 3.9.1)
  Device Vendor                                   AMD
  Device Vendor ID                                0x1002
  Device Version                                  OpenCL 1.1 Mesa 13.0.2
  Driver Version                                  13.0.2
  Device OpenCL C Version                         OpenCL C 1.1 
  Device Type                                     GPU
  Device Profile                                  FULL_PROFILE
  Max compute units                               6
  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                              2147483648 (2GiB)
  Error Correction support                        No
  Max memory allocation                           1503238553 (1.4GiB)
  Unified memory for Host and Device              Yes
  Minimum alignment for any data type             128 bytes
  Alignment of base address                       1024 bits (128 bytes)
  Global Memory cache type                        None
  Image support                                   No
  Local memory type                               Local
  Local memory size                               32768 (32KiB)
  Max constant buffer size                        1503238553 (1.4GiB)
  Max number of constant args                     13
  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 Available                                Yes
  Compiler Available                              Yes
  Device Extensions                               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_byte_addressable_store

NULL platform behavior
  clGetPlatformInfo(NULL, CL_PLATFORM_NAME, ...)  No platform
  clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, ...)   No platform
  clCreateContext(NULL, ...) [default]            No platform
  clCreateContext(NULL, ...) [other]              Success [MESA]
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  No platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  No platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  No platform
dron@gnu:~$ 

Исходная версия Dron, :

Не знаю )) я только укажу что у меня установлено

dron@gnu:~$ apt  search radeon | grep установлен  
firmware-amd-graphics/testing,testing,unstable,unstable,now 20161130-2 all [установлен]
libdrm-radeon1/testing,unstable,now 2.4.74-1 amd64 [установлен]
radeontool/testing,unstable,now 1.6.3-1 amd64 [установлен]
radeontop/testing,unstable,now 0.9-1 amd64 [установлен]
rovclock/testing,unstable,now 0.6e-7 amd64 [установлен]
xserver-xorg-video-amdgpu/testing,unstable,now 1.2.0-1+b1 amd64 [установлен]
xserver-xorg-video-ati/testing,unstable,now 1:7.8.0-1+b1 amd64 [установлен]
xserver-xorg-video-radeon/testing,unstable,now 1:7.8.0-1+b1 amd64 [установлен]
dron@gnu:~$ 
dron@gnu:~$ 
dron@gnu:~$ apt  search opencl | grep установлен  
clinfo/testing,unstable,now 2.1.16.01.12-1 amd64 [установлен]
erlang-cl/testing,unstable,now 1.2.1-4 amd64 [установлен]
libclblas2/testing,unstable,now 2.10-4+b1 amd64 [установлен]
libclc-amdgcn/testing,testing,unstable,unstable,now 0.2.0+git20160907-3 all [установлен]
libclc-dev/testing,testing,unstable,unstable,now 0.2.0+git20160907-3 all [установлен]
libclc-r600/testing,testing,unstable,unstable,now 0.2.0+git20160907-3 all [установлен]
libclfft2/testing,unstable,now 2.12.2-1+b1 amd64 [установлен]
libpoclu-dev/testing,unstable,now 0.13-8 amd64 [установлен]
libpoclu1/testing,unstable,now 0.13-8 amd64 [установлен]
mesa-opencl-icd/unstable,now 13.0.2-3 amd64 [установлен]
ocl-icd-libopencl1/testing,unstable,now 2.2.10-2 amd64 [установлен]
ocl-icd-opencl-dev/testing,unstable,now 2.2.10-2 amd64 [установлен]
opencl-c-headers/testing,testing,unstable,unstable,now 2.1-1 all [установлен]
opencl-clhpp-headers/testing,testing,unstable,unstable,now 2.0.10-1 all [установлен]
opencl-headers/testing,testing,unstable,unstable,now 2.1-1 all [установлен, автоматически]
dron@gnu:~$ 

Хотя можешь дать пример того что ты хочешь запускать на opencl я в живую запущу у себя (карта же у нас одинаковая) и если всё заработает значит будешь настраивать radeon если не заработает то fglrx снова пытаться собирать