Platform Name: Experiment Intel Gen OCL Driver
Number of devices: 1
Device Type: CL_DEVICE_TYPE_GPU
Device ID: 1050
Max compute units: 64
Max work items dimensions: 3
Max work items[0]: 512
Max work items[1]: 512
Max work items[2]: 512
Max work group size: 512
Preferred vector width char: 16
Preferred vector width short: 16
Preferred vector width int: 16
Preferred vector width long: 16
Preferred vector width float: 16
Preferred vector width double: 0
Native vector width char: 16
Native vector width short: 16
Native vector width int: 16
Native vector width long: 16
Native vector width float: 16
Native vector width double: 16
Max clock frequency: 1000Mhz
Address bits: 32
Max memory allocation: 134217728
Image support: Yes
Max number of images read arguments: 128
Max number of images write arguments: 8
Max image 2D width: 8192
Max image 2D height: 8192
Max image 3D width: 8192
Max image 3D height: 8192
Max image 3D depth: 2048
Max samplers within kernel: 16
Max size of kernel argument: 1024
Alignment (bits) of base address: 1024
Minimum alignment (bytes) for any datatype: 128
Single precision floating point capability
Denorms: No
Quiet NaNs: Yes
Round to nearest even: Yes
Round to zero: No
Round to +ve and infinity: No
IEEE754-2008 fused multiply-add: No
Cache type: Read/Write
Cache line size: 128
Cache size: 8192
Global memory size: 134217728
Constant buffer size: 524288
Max number of constant args: 8
Local memory type: Global
Local memory size: 65536
Error correction support: 0
Unified memory for Host and Device: 0
Profiling timer resolution: 80
Device endianness: Little
Available: Yes
Compiler available: Yes
Execution capabilities:
Execute OpenCL kernels: Yes
Execute native function: Yes
Queue properties:
Out-of-Order: No
Profiling : Yes
Platform ID: 0x7fc44efa7b00
Name: Intel(R) HD Graphics Haswell M
Vendor: Intel
Device OpenCL C version: OpenCL C 1.1 beignet 0.8.0
Driver version: 0.8.0
Profile: FULL_PROFILE
Version: OpenCL 1.1 beignet 0.8.0
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 cl_khr_icd
clinfo still finds the R9 Nano and prints itās information. silentarmy --list still only lists the CPU.
Iām running this on a Supermicro MB with Ubuntu 16.04 server, headless, AMDGPU-PRO amdgpu-pro-16.40-348864, and AMD-APP-SDKInstaller-v3.0.130.136-GA-linux64.
Have you tried amdgpu-pro-16.30? 16.40 is brand new and probably has not received much testing with the various miners. Btw, the basic AMD drivers install an OpenCL environment; all you need from the SDK are the header files so you can compile from source. The SDK confuses things, because it creates links to the SDK version of OpenCL, which is not always aligned with the libraries shipped with the drivers, so it can cause problems.
@fatsailor@dlehenky I have extensively tested 16.40 and it works as well as 16.30 on my 64-bit Ubunu 16.04 headless server. @fatsailor can you report the outpuf of:
@mrb Great work! Linux open source - perfect. I was wondering if you had considered using multiple command queues in one OpenCL context to run multiple concurrent kernels, rather than starting up multiple solver processes? It might improve the concurrency, and it would be a bit more straightforward from an OpenCL runtime and GPU driver standpoint. Just a thought.
Tried to install silentarmy on Ubuntu 15.10 with latest fglrx driver (as indicated).
silentminer folder was made.
However if I try to
cd silentminer
silentminer --list
#it says that there is no such command as silentminer.
Same if I cd ~, then try
silentminer --list
I used everything (addon) from n1koo
What could be the problem?
Thanks, I really donāt want to install windows on that machine
Of course! Thanks
high level programmers donāt show it by default (maybe this is an explanation as it shows simply silentminer on github) and I did not know that it is an executable.
For example, aticonfig does not need ./
Thanks, mrb!!!
R9 380 showing 26-27sol/s on Ubuntu 15.10 without core and mem adjustment.
plus above 9 sol on four core AMD CPU (CPU miner). NIce.
Thatās because aticonfig is located in a directory thatās part of your PATH environment variable, while the location of silentarmy is not. Btw, there are 2 executables that make up the miner: silentarmy and sa-solver, so remember to move/copy them both to, say, a ābinā directory in your user directory (folder) thatās also added to your PATH variable so it is found with using ā./ā wherever you are.