I have been away for a while, so just catching up.
Just downloaded the new ccminer code from github.
Installed latest CUDA 6.5
Install latest mpir 2.7 (alpha 10)
Deleted everything except compute_50 from Makefile.am
All very straightforward, and very fast compile.
First indications suggest about 5+% faster on X11 and X15 at least (750Ti)
Thanks djm34 for continued great work
I have CUDA 6.5 installed and mpir 2.7 alpha 10, what should I delete from Makefile.am ?
Here is what I get:
ptxas warning : 'option -abi=no' might get deprecated in future
ptxas info : 0 bytes gmem, 16688 bytes cmem[3]
ptxas info : Compiling entry function '_Z24whirlpool512_gpu_hash_64ijPmPj' for 'sm_35'
ptxas info : Used 64 registers, 16384 bytes smem, 344 bytes cmem[0], 132 bytes lmem
ptxas info : Compiling entry function '_Z24whirlpool512_gpu_hash_80ijPv' for 'sm_35'
ptxas info : Used 64 registers, 16384 bytes smem, 336 bytes cmem[0], 4 bytes cmem[2], 120 bytes lmem
ptxas info : Compiling entry function '_Z29whirlpool512_gpu_finalhash_64ijPmPjS0_' for 'sm_35'
ptxas info : Used 64 registers, 16384 bytes smem, 352 bytes cmem[0], 672 bytes lmem
ptxas info : Compiling entry function '_Z28m7_whirlpool512_gpu_hash_120ijPm' for 'sm_35'
ptxas info : Used 64 registers, 16384 bytes smem, 336 bytes cmem[0], 852 bytes lmem
ptxas warning : 'option -abi=no' might get deprecated in future
ptxas info : 0 bytes gmem, 16688 bytes cmem[3]
ptxas info : Compiling entry function '_Z24whirlpool512_gpu_hash_64ijPmPj' for 'sm_50'
ptxas info : Used 64 registers, 16384 bytes smem, 344 bytes cmem[0], 120 bytes lmem
ptxas info : Compiling entry function '_Z24whirlpool512_gpu_hash_80ijPv' for 'sm_50'
ptxas info : Used 64 registers, 16384 bytes smem, 336 bytes cmem[0], 4 bytes cmem[2], 12 bytes lmem
ptxas info : Compiling entry function '_Z29whirlpool512_gpu_finalhash_64ijPmPjS0_' for 'sm_50'
ptxas info : Used 64 registers, 16384 bytes smem, 352 bytes cmem[0], 348 bytes lmem
ptxas info : Compiling entry function '_Z28m7_whirlpool512_gpu_hash_120ijPm' for 'sm_50'
ptxas info : Used 64 registers, 16384 bytes smem, 336 bytes cmem[0], 384 bytes lmem
make[2]: Leaving directory `/home/ubuntu/ccminer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ubuntu/ccminer'
make: *** [all] Error 2
you need to show the error message from the compiler (few lines before what you show)