Advertisement
Guest User

Untitled

a guest
May 26th, 2016
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 18.88 KB | None | 0 0
  1. ptxas info    : 0 bytes gmem, 248 bytes cmem[3]
  2. ptxas info    : Compiling entry function '_Z13ethash_searchPVjm' for 'sm_30'
  3. ptxas info    : Function properties for _Z13ethash_searchPVjm
  4.     120 bytes stack frame, 396 bytes spill stores, 252 bytes spill loads
  5. ptxas info    : Used 63 registers, 336 bytes cmem[0], 4 bytes cmem[2]
  6. ptxas info    : 0 bytes gmem, 248 bytes cmem[3]
  7. ptxas info    : Compiling entry function '_Z13ethash_searchPVjm' for 'sm_35'
  8. ptxas info    : Function properties for _Z13ethash_searchPVjm
  9.     0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  10. ptxas info    : Used 72 registers, 336 bytes cmem[0]
  11. ptxas info    : 0 bytes gmem, 248 bytes cmem[3]
  12. ptxas info    : Compiling entry function '_Z13ethash_searchPVjm' for 'sm_50'
  13. ptxas info    : Function properties for _Z13ethash_searchPVjm
  14.     0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  15. ptxas info    : Used 72 registers, 336 bytes cmem[0]
  16. ptxas info    : 0 bytes gmem, 248 bytes cmem[3]
  17. ptxas info    : Compiling entry function '_Z13ethash_searchPVjm' for 'sm_52'
  18. ptxas info    : Function properties for _Z13ethash_searchPVjm
  19.     0 bytes stack frame, 0 bytes spill stores, 0 bytes spill loads
  20. ptxas info    : Used 72 registers, 336 bytes cmem[0]
  21. /opt/cuda/include/math_functions.h:8860:56: error: ‘int signbit(float)’ conflicts with a previous declaration
  22.  __forceinline__ __host__ __device__ __cudart_builtin__ int signbit(float x);
  23.                                                         ^
  24. /usr/include/c++/6.1.1/cmath:681:16: note: previous declaration ‘constexpr bool std::signbit(float)
  25.    signbit(float __x)
  26.                 ^~~~~  
  27. /opt/cuda/include/math_functions.h:8864:57: error: ‘int signbit(double)’ conflicts with a previous declaration
  28.  __forceinline__ __host__ __device__ __cudart_builtin__ int signbit(double x);
  29.                                                          ^
  30. /usr/include/c++/6.1.1/cmath:685:16: note: previous declaration ‘constexpr bool std::signbit(double)
  31.    signbit(double __x)
  32.                 ^~~~~~
  33. /opt/cuda/include/math_functions.h:8866:62: error: ‘int signbit(long double)’ conflicts with a previous declaration
  34.  __forceinline__ __host__ __device__ __cudart_builtin__ int signbit(long double x);
  35.                                                               ^
  36. /usr/include/c++/6.1.1/cmath:689:16: note: previous declaration ‘constexpr bool std::signbit(long double)
  37.    signbit(long double __x)
  38.                 ^~~~~~~
  39. /opt/cuda/include/math_functions.h:8868:57: error: ‘int isfinite(float)’ conflicts with a previous declaration
  40.  __forceinline__ __host__ __device__ __cudart_builtin__ int isfinite(float x);
  41.                                                          ^
  42. /usr/include/c++/6.1.1/cmath:590:16: note: previous declaration ‘constexpr bool std::isfinite(float)
  43.    isfinite(float __x)
  44.                 ^~~~~~  
  45. /opt/cuda/include/math_functions.h:8872:58: error: ‘int isfinite(double)’ conflicts with a previous declaration
  46.  __forceinline__ __host__ __device__ __cudart_builtin__ int isfinite(double x);
  47.                                                           ^
  48. /usr/include/c++/6.1.1/cmath:594:16: note: previous declaration ‘constexpr bool std::isfinite(double)
  49.    isfinite(double __x)
  50.                 ^~~~~~~
  51. /opt/cuda/include/math_functions.h:8874:63: error: ‘int isfinite(long double)’ conflicts with a previous declaration
  52.  __forceinline__ __host__ __device__ __cudart_builtin__ int isfinite(long double x);
  53.                                                                ^
  54. /usr/include/c++/6.1.1/cmath:598:16: note: previous declaration ‘constexpr bool std::isfinite(long double)
  55.    isfinite(long double __x)
  56.                 ^~~~~~~~
  57. /opt/cuda/include/math_functions.h:8876:54: error: ‘int isnan(float)’ conflicts with a previous declaration
  58.  __forceinline__ __host__ __device__ __cudart_builtin__ int isnan(float x);
  59.                                                       ^
  60. /usr/include/c++/6.1.1/cmath:635:16: note: previous declaration ‘constexpr bool std::isnan(float)
  61.    isnan(float __x)
  62.                 ^~~  
  63. /opt/cuda/include/math_functions.h:8880:63: error: ‘int isnan(double)’ conflicts with a previous declaration
  64.  __forceinline__ __host__ __device__ __cudart_builtin__ int isnan(double x) throw();
  65.                                                                ^
  66. /usr/include/c++/6.1.1/cmath:643:16: note: previous declaration ‘constexpr bool std::isnan(double)
  67.    isnan(double __x)
  68.                 ^~~~
  69. /opt/cuda/include/math_functions.h:8882:60: error: ‘int isnan(long double)’ conflicts with a previous declaration
  70.  __forceinline__ __host__ __device__ __cudart_builtin__ int isnan(long double x);
  71.                                                             ^
  72. /usr/include/c++/6.1.1/cmath:648:16: note: previous declaration ‘constexpr bool std::isnan(long double)
  73.    isnan(long double __x)
  74.                 ^~~~~
  75. /opt/cuda/include/math_functions.h:8884:54: error: ‘int isinf(float)’ conflicts with a previous declaration
  76.  __forceinline__ __host__ __device__ __cudart_builtin__ int isinf(float x);
  77.                                                       ^
  78. /usr/include/c++/6.1.1/cmath:610:16: note: previous declaration ‘constexpr bool std::isinf(float)
  79.    isinf(float __x)
  80.                 ^~~  
  81. /opt/cuda/include/math_functions.h:8888:63: error: ‘int isinf(double)’ conflicts with a previous declaration
  82.  __forceinline__ __host__ __device__ __cudart_builtin__ int isinf(double x) throw();
  83.                                                                ^
  84. /usr/include/c++/6.1.1/cmath:618:16: note: previous declaration ‘constexpr bool std::isinf(double)
  85.    isinf(double __x)
  86.                 ^~~~
  87. /opt/cuda/include/math_functions.h:8890:60: error: ‘int isinf(long double)’ conflicts with a previous declaration
  88.  __forceinline__ __host__ __device__ __cudart_builtin__ int isinf(long double x);
  89.                                                             ^
  90. /usr/include/c++/6.1.1/cmath:623:16: note: previous declaration ‘constexpr bool std::isinf(long double)
  91.    isinf(long double __x)
  92.                 ^~~~~
  93. /opt/cuda/include/math_functions.h:9493:33: error: ‘float logb(float)’ conflicts with a previous declaration
  94.  __MATH_FUNCTIONS_DECL__ float logb(float a);
  95.                                  ^
  96. /usr/include/c++/6.1.1/cmath:1558:17: note: previous declaration ‘constexpr float std::logb(float)
  97.    logb(float __x)
  98.                  ^  
  99. /opt/cuda/include/math_functions.h:9495:32: error: ‘int ilogb(float)’ conflicts with a previous declaration
  100.  __MATH_FUNCTIONS_DECL__ int ilogb(float a);
  101.                                 ^
  102. /usr/include/c++/6.1.1/cmath:1460:15: note: previous declaration ‘constexpr int std::ilogb(float)
  103.    ilogb(float __x)
  104.                ^~~~
  105. /opt/cuda/include/math_functions.h:9497:42: error: ‘float scalbn(float, int)’ conflicts with a previous declaration
  106.  __MATH_FUNCTIONS_DECL__ float scalbn(float a, int b);
  107.                                           ^
  108. /usr/include/c++/6.1.1/cmath:1740:17: note: previous declaration ‘constexpr float std::scalbn(float, int)
  109.    scalbn(float __x, int __ex)
  110.                  ^~~~~~
  111. /opt/cuda/include/math_functions.h:9499:44: error: ‘float scalbln(float, long int)’ conflicts with a previous declaration
  112.  __MATH_FUNCTIONS_DECL__ float scalbln(float a, long int b);
  113.                                             ^
  114. /usr/include/c++/6.1.1/cmath:1724:17: note: previous declaration ‘constexpr float std::scalbln(float, long int)
  115.    scalbln(float __x, long __ex)
  116.                  ^~~~~~~
  117. /opt/cuda/include/math_functions.h:9501:33: error: ‘float exp2(float)’ conflicts with a previous declaration
  118.  __MATH_FUNCTIONS_DECL__ float exp2(float a);
  119.                                  ^
  120. /usr/include/c++/6.1.1/cmath:1338:17: note: previous declaration ‘constexpr float std::exp2(float)
  121.    exp2(float __x)
  122.                  ^  
  123. /opt/cuda/include/math_functions.h:9503:34: error: ‘float expm1(float)’ conflicts with a previous declaration
  124.  __MATH_FUNCTIONS_DECL__ float expm1(float a);
  125.                                   ^
  126. /usr/include/c++/6.1.1/cmath:1354:17: note: previous declaration ‘constexpr float std::expm1(float)
  127.    expm1(float __x)
  128.                  ^~  
  129. /opt/cuda/include/math_functions.h:9505:33: error: ‘float log2(float)’ conflicts with a previous declaration
  130.  __MATH_FUNCTIONS_DECL__ float log2(float a);
  131.                                  ^
  132. /usr/include/c++/6.1.1/cmath:1542:17: note: previous declaration ‘constexpr float std::log2(float)
  133.    log2(float __x)
  134.                  ^  
  135. /opt/cuda/include/math_functions.h:9507:34: error: ‘float log1p(float)’ conflicts with a previous declaration
  136.  __MATH_FUNCTIONS_DECL__ float log1p(float a);
  137.                                   ^
  138. /usr/include/c++/6.1.1/cmath:1525:17: note: previous declaration ‘constexpr float std::log1p(float)
  139.    log1p(float __x)
  140.                  ^~  
  141. /opt/cuda/include/math_functions.h:9509:34: error: ‘float acosh(float)’ conflicts with a previous declaration
  142.  __MATH_FUNCTIONS_DECL__ float acosh(float a);
  143.                                   ^
  144. /usr/include/c++/6.1.1/cmath:1224:17: note: previous declaration ‘constexpr float std::acosh(float)
  145.    acosh(float __x)
  146.                  ^~  
  147. /opt/cuda/include/math_functions.h:9511:34: error: ‘float asinh(float)’ conflicts with a previous declaration
  148.  __MATH_FUNCTIONS_DECL__ float asinh(float a);
  149.                                   ^
  150. /usr/include/c++/6.1.1/cmath:1240:17: note: previous declaration ‘constexpr float std::asinh(float)
  151.    asinh(float __x)
  152.                  ^~  
  153. /opt/cuda/include/math_functions.h:9513:34: error: ‘float atanh(float)’ conflicts with a previous declaration
  154.  __MATH_FUNCTIONS_DECL__ float atanh(float a);
  155.                                   ^
  156. /usr/include/c++/6.1.1/cmath:1256:17: note: previous declaration ‘constexpr float std::atanh(float)
  157.    atanh(float __x)
  158.                  ^~  
  159. /opt/cuda/include/math_functions.h:9515:43: error: ‘float hypot(float, float)’ conflicts with a previous declaration
  160.  __MATH_FUNCTIONS_DECL__ float hypot(float a, float b);
  161.                                            ^
  162. /usr/include/c++/6.1.1/cmath:1442:17: note: previous declaration ‘constexpr float std::hypot(float, float)
  163.    hypot(float __x, float __y)
  164.                  ^~~~~
  165. /opt/cuda/include/math_functions.h:9521:33: error: ‘float cbrt(float)’ conflicts with a previous declaration
  166.  __MATH_FUNCTIONS_DECL__ float cbrt(float a);
  167.                                  ^
  168. /usr/include/c++/6.1.1/cmath:1272:17: note: previous declaration ‘constexpr float std::cbrt(float)
  169.    cbrt(float __x)
  170.                  ^  
  171. /opt/cuda/include/math_functions.h:9523:32: error: ‘float erf(float)’ conflicts with a previous declaration
  172.  __MATH_FUNCTIONS_DECL__ float erf(float a);
  173.                                 ^
  174. /usr/include/c++/6.1.1/cmath:1306:17: note: previous declaration ‘constexpr float std::erf(float)
  175.    erf(float __x)
  176.                  ^  
  177. /opt/cuda/include/math_functions.h:9525:33: error: ‘float erfc(float)’ conflicts with a previous declaration
  178.  __MATH_FUNCTIONS_DECL__ float erfc(float a);
  179.                                  ^
  180. /usr/include/c++/6.1.1/cmath:1322:17: note: previous declaration ‘constexpr float std::erfc(float)
  181.    erfc(float __x)
  182.                  ^  
  183. /opt/cuda/include/math_functions.h:9527:35: error: ‘float lgamma(float)’ conflicts with a previous declaration
  184.  __MATH_FUNCTIONS_DECL__ float lgamma(float a);
  185.                                    ^
  186. /usr/include/c++/6.1.1/cmath:1477:17: note: previous declaration ‘constexpr float std::lgamma(float)
  187.    lgamma(float __x)
  188.                  ^~~  
  189. /opt/cuda/include/math_functions.h:9529:35: error: ‘float tgamma(float)’ conflicts with a previous declaration
  190.  __MATH_FUNCTIONS_DECL__ float tgamma(float a);
  191.                                    ^
  192. /usr/include/c++/6.1.1/cmath:1756:17: note: previous declaration ‘constexpr float std::tgamma(float)
  193.    tgamma(float __x)
  194.                  ^~~  
  195. /opt/cuda/include/math_functions.h:9531:46: error: ‘float copysign(float, float)’ conflicts with a previous declaration
  196.  __MATH_FUNCTIONS_DECL__ float copysign(float a, float b);
  197.                                               ^
  198. /usr/include/c++/6.1.1/cmath:1288:17: note: previous declaration ‘constexpr float std::copysign(float, float)
  199.    copysign(float __x, float __y)
  200.                  ^~~~~~~~
  201. /opt/cuda/include/math_functions.h:9533:47: error: ‘float nextafter(float, float)’ conflicts with a previous declaration
  202.  __MATH_FUNCTIONS_DECL__ float nextafter(float a, float b);
  203.                                                ^
  204. /usr/include/c++/6.1.1/cmath:1622:17: note: previous declaration ‘constexpr float std::nextafter(float, float)
  205.    nextafter(float __x, float __y)
  206.                  ^~~~~~~~~
  207. /opt/cuda/include/math_functions.h:9535:47: error: ‘float remainder(float, float)’ conflicts with a previous declaration
  208.  __MATH_FUNCTIONS_DECL__ float remainder(float a, float b);
  209.                                                ^
  210. /usr/include/c++/6.1.1/cmath:1656:17: note: previous declaration ‘constexpr float std::remainder(float, float)
  211.    remainder(float __x, float __y)
  212.                  ^~~~~~~~~
  213. /opt/cuda/include/math_functions.h:9537:55: error: ‘float remquo(float, float, int*)’ conflicts with a previous declaration
  214.  __MATH_FUNCTIONS_DECL__ float remquo(float a, float b, int *quo);
  215.                                                        ^
  216. /usr/include/c++/6.1.1/cmath:1674:14: note: previous declaration ‘float std::remquo(float, float, int*)
  217.    remquo(float __x, float __y, int* __pquo)
  218.               ^~~~~~
  219. /opt/cuda/include/math_functions.h:9539:34: error: ‘float round(float)’ conflicts with a previous declaration
  220.  __MATH_FUNCTIONS_DECL__ float round(float a);
  221.                                   ^
  222. /usr/include/c++/6.1.1/cmath:1708:17: note: previous declaration ‘constexpr float std::round(float)
  223.    round(float __x)
  224.                  ^~  
  225. /opt/cuda/include/math_functions.h:9541:34: error: ‘long int lround(float)’ conflicts with a previous declaration
  226.  __MATH_FUNCTIONS_DECL__ long int lround(float a);
  227.                                   ^
  228. /usr/include/c++/6.1.1/cmath:1590:16: note: previous declaration ‘constexpr long int std::lround(float)
  229.    lround(float __x)
  230.                 ^~~~  
  231. /opt/cuda/include/math_functions.h:9543:40: error: ‘long long int llround(float)’ conflicts with a previous declaration
  232.  __MATH_FUNCTIONS_DECL__ long long int llround(float a);
  233.                                         ^
  234. /usr/include/c++/6.1.1/cmath:1509:21: note: previous declaration ‘constexpr long long int std::llround(float)
  235.    llround(float __x)
  236.                      ^      
  237. /opt/cuda/include/math_functions.h:9545:34: error: ‘float trunc(float)’ conflicts with a previous declaration
  238.  __MATH_FUNCTIONS_DECL__ float trunc(float a);
  239.                                   ^
  240. /usr/include/c++/6.1.1/cmath:1772:17: note: previous declaration ‘constexpr float std::trunc(float)
  241.    trunc(float __x)
  242.                  ^~  
  243. /opt/cuda/include/math_functions.h:9547:33: error: ‘float rint(float)’ conflicts with a previous declaration
  244.  __MATH_FUNCTIONS_DECL__ float rint(float a);
  245.                                  ^
  246. /usr/include/c++/6.1.1/cmath:1692:17: note: previous declaration ‘constexpr float std::rint(float)
  247.    rint(float __x)
  248.                  ^  
  249. /opt/cuda/include/math_functions.h:9549:33: error: ‘long int lrint(float)’ conflicts with a previous declaration
  250.  __MATH_FUNCTIONS_DECL__ long int lrint(float a);
  251.                                  ^
  252. /usr/include/c++/6.1.1/cmath:1574:16: note: previous declaration ‘constexpr long int std::lrint(float)
  253.    lrint(float __x)
  254.                 ^~~  
  255. /opt/cuda/include/math_functions.h:9551:39: error: ‘long long int llrint(float)’ conflicts with a previous declaration
  256.  __MATH_FUNCTIONS_DECL__ long long int llrint(float a);
  257.                                        ^
  258. /usr/include/c++/6.1.1/cmath:1493:21: note: previous declaration ‘constexpr long long int std::llrint(float)
  259.    llrint(float __x)
  260.                      ^    
  261. /opt/cuda/include/math_functions.h:9553:38: error: ‘float nearbyint(float)’ conflicts with a previous declaration
  262.  __MATH_FUNCTIONS_DECL__ float nearbyint(float a);
  263.                                       ^
  264. /usr/include/c++/6.1.1/cmath:1606:17: note: previous declaration ‘constexpr float std::nearbyint(float)
  265.    nearbyint(float __x)
  266.                  ^~~~~~  
  267. /opt/cuda/include/math_functions.h:9555:42: error: ‘float fdim(float, float)’ conflicts with a previous declaration
  268.  __MATH_FUNCTIONS_DECL__ float fdim(float a, float b);
  269.                                           ^
  270. /usr/include/c++/6.1.1/cmath:1370:17: note: previous declaration ‘constexpr float std::fdim(float, float)
  271.    fdim(float __x, float __y)
  272.                  ^~~~
  273. /opt/cuda/include/math_functions.h:9557:50: error: ‘float fma(float, float, float)’ conflicts with a previous declaration
  274.  __MATH_FUNCTIONS_DECL__ float fma(float a, float b, float c);
  275.                                                   ^
  276. /usr/include/c++/6.1.1/cmath:1388:17: note: previous declaration ‘constexpr float std::fma(float, float, float)
  277.    fma(float __x, float __y, float __z)
  278.                  ^~~
  279. /opt/cuda/include/math_functions.h:9559:42: error: ‘float fmax(float, float)’ conflicts with a previous declaration
  280.  __MATH_FUNCTIONS_DECL__ float fmax(float a, float b);
  281.                                           ^
  282. /usr/include/c++/6.1.1/cmath:1406:17: note: previous declaration ‘constexpr float std::fmax(float, float)
  283.    fmax(float __x, float __y)
  284.                  ^~~~
  285. /opt/cuda/include/math_functions.h:9561:42: error: ‘float fmin(float, float)’ conflicts with a previous declaration
  286.  __MATH_FUNCTIONS_DECL__ float fmin(float a, float b);
  287.                                           ^
  288. /usr/include/c++/6.1.1/cmath:1424:17: note: previous declaration ‘constexpr float std::fmin(float, float)
  289.    fmin(float __x, float __y)
  290.                  ^~~~
  291. CMake Error at ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o.cmake:266 (message):
  292.   Error generating file
  293.   /home/sgm/cpp-ethereum/build/libethash-cuda/CMakeFiles/ethash-cuda.dir//./ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o
  294.  
  295.  
  296. libethash-cuda/CMakeFiles/ethash-cuda.dir/build.make:63: recipe for target 'libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o' failed
  297. make[2]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o] Error 1
  298. CMakeFiles/Makefile2:320: recipe for target 'libethash-cuda/CMakeFiles/ethash-cuda.dir/all' failed
  299. make[1]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/all] Error 2
  300. Makefile:127: recipe for target 'all' failed
  301. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement