Post
Topic
Board Mining (Altcoins)
Re: [ANN] ccminer 2.2.2 - opensource - GPL (tpruvot)
by
luka1002
on 03/11/2017, 19:56:49 UTC
Hello

I am having problems with latest https://github.com/tpruvot/ccminer ccminer 2.2.2 with CUDA 9. Last version before this one i compiled with out any problem. I have update CUDA from 7.5 to 9 and i get this error:

https://pastebin.com/Lf7TVRJC

Code:
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 384.90                 Driver Version: 384.90                    |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 1070    On   | 00000000:01:00.0  On |                  N/A |
|  0%   29C    P8     8W / 130W |    114MiB /  8110MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+
|   1  GeForce GTX 1070    On   | 00000000:02:00.0 Off |                  N/A |
|  0%   23C    P8     7W / 130W |     19MiB /  8114MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+
|   2  GeForce GTX 1070    On   | 00000000:04:00.0 Off |                  N/A |
|  0%   20C    P8     7W / 130W |     19MiB /  8114MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+
|   3  GeForce GTX 1070    On   | 00000000:05:00.0 Off |                  N/A |
|  0%   24C    P8     7W / 130W |     19MiB /  8114MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+
|   4  GeForce GTX 1070    On   | 00000000:06:00.0 Off |                  N/A |
|  0%   23C    P8     7W / 130W |     19MiB /  8114MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+
|   5  GeForce GTX 1070    On   | 00000000:08:00.0 Off |                  N/A |
|  0%   24C    P8     6W / 130W |     19MiB /  8114MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+
|   6  GeForce GTX 1070    On   | 00000000:09:00.0 Off |                  N/A |
|  0%   30C    P8     7W / 130W |     19MiB /  8114MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+
|   7  GeForce GTX 1070    On   | 00000000:0A:00.0 Off |                  N/A |
|  0%   27C    P8     7W / 130W |     19MiB /  8114MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|    0      1707      G   /usr/lib/xorg/Xorg                           112MiB |
|    1      1707      G   /usr/lib/xorg/Xorg                            17MiB |
|    2      1707      G   /usr/lib/xorg/Xorg                            17MiB |
|    3      1707      G   /usr/lib/xorg/Xorg                            17MiB |
|    4      1707      G   /usr/lib/xorg/Xorg                            17MiB |
|    5      1707      G   /usr/lib/xorg/Xorg                            17MiB |
|    6      1707      G   /usr/lib/xorg/Xorg                            17MiB |
|    7      1707      G   /usr/lib/xorg/Xorg                            17MiB |
+-----------------------------------------------------------------------------+

Code:
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2017 NVIDIA Corporation
Built on Fri_Sep__1_21:08:03_CDT_2017
Cuda compilation tools, release 9.0, V9.0.176

Code:
g++-5 is already the newest version (5.4.0-6ubuntu1~16.04.5).
gcc-5 is already the newest version (5.4.0-6ubuntu1~16.04.5).

Linux mint 18.1
Could someone help me and tell were the problem is?

I also had that problem with scrypt kernel, i had to disable all off them in Makefile.am, bench.cpp, util.cpp and ccminer.cpp

can u explain more please?

Seems that Compute 2.0 is disabled in CUDA 9 and miner still have compute 2.0 for scrypt. Can someone mark what lines i need to remove from Makefile.am https://github.com/tpruvot/ccminer/blob/windows/Makefile.am#L177