rhlug
rhlug
@MoneroCrusher - maybe you need to make clean first, because when I add the -v flag to the compiler options, I end up with ./xmr-stak-amd [2017-10-06 10:22:37] : Compiling code...
And FWIW... padoka llvm-6.0 ./xmr-stak-amd [2017-10-06 10:50:27] : Compiling code and initializing GPUs. This will take a while... [2017-10-06 10:50:27] : Device 0 work size 8 / 256. [2017-10-06 10:50:33]...
@MoneroCrusher yes, rocm 1.6.148 w/ 4.11.0-kfd-compute-rocm-rel-1.6-148 clinfo below `# /opt/rocm/opencl/bin/x86_64/clinfo Number of platforms: 1 Platform Profile: FULL_PROFILE Platform Version: OpenCL 2.0 AMD-APP (2450.0) Platform Name: AMD Accelerated Parallel Processing Platform...
As you can see from my compute units, its a vega 56. BTW, I've done this whole setup with RX470 and RX580 as well, the GPU has no bearing on...
If we get 770h/s on 4GB rx570, and 1140h/s on 8GB rx570, surely we should get more out of 16gb on cryptonight-heavy at least... Can you provide the patch or...
There is no good resolution outside of using amdgpu-pro drivers. If you are using ROCm, you're going to have to wait for an update to opencl because the problem is...
I compiled sgminer-gm-5.5.5, and with ethash-new.cl, clang compiles it fine against my Vega 56. I tested all of the kernels, and clang compiled ethash-new fine against my Vega56 and my...
And sorry, this is completely off topic of xmr-stak-amd.
See last line, 38.5 mh/s. No pp_tables because they are broken on rocm-1.6.148 (see https://github.com/RadeonOpenCompute/ROCm/issues/221) - So using rocm-smi to set vega56 with sclk level 3 (1269mhz) and mclk_od 17...
@kisow I clearly showed you above I compiled sgminer-sm against rocm-opencl. $ ldd sgminer | grep rocm libOpenCL.so.1 => /opt/rocm/opencl/lib/x86_64/libOpenCL.so.1 (0x00007fcdbc695000) I dont use amdgpu-pro 17.30 because it doesnt have...