hello,
I'm running silentarmy on ubuntu 16.04 64bits with amdgpu-pro 16.50
mobo: sabertooth 990fx gen3
cpu:AMD FX(tm)-4130 Quad-Core Processor × 4
gpu:AMD Radeon HD 7970 3gb ddr
32go ddr
I can't mine with my gpu, silentarmy recognize only the amd fx 4130
./silentarmy --list
Devices on platform "AMD Accelerated Parallel Processing":
ID 0: Hainan
ID 1: AMD FX(tm)-4130 Quad-Core Processor
I can run the sa-solver with id=1 on my apu AMD FX4130
./sa-solver --use 1
Solving default all-zero 140-byte header
Building program
Hash tables will use 805.3 MB
Running...
Nonce 0000000000000000000000000000000000000000000000000000000000000000: 2 sols
Total 2 solutions in 2119.4 ms (0.9 Sol/s)
but on id=0 with my sapphire hd7970 I have an error during test:
./sa-solver --use 0
Solving default all-zero 140-byte header
clCreateCommandQueue (-6)
make test failed:
make test
Testing...
--- testing/sols-100 2016-12-21 13:58:07.971434416 +0100
+++ - 2016-12-21 20:03:58.759457624 +0100
@@ -1,196 +0,0 @@
-Soln: 0x0: 35c 12d31f a2216 cbc99 7077 824a4 7659d 1d9f67 72d37 f2dc6 b14d
...
-Soln: 0x63: 4ea accb5 3a5c3 1a4838 9e800 1c72b1 10799c 1daf82 31f6a fb14e
Test: FAILED
and if I try mining:
./silentarmy
Connecting to us1-zcash.flypool.org:3333
Stratum server sent us the first job
Mining on 1 device
pipe closed by peer or os.write(pipe, data) raised exception.
pipe closed by peer or os.write(pipe, data) raised exception.
pipe closed by peer or os.write(pipe, data) raised exception.
pipe closed by peer or os.write(pipe, data) raised exception.
I don't understand where is the problem, if someone could help me...