Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
54161035
Topic
5218972
Board
Bitcoin Discussion
Re: == Bitcoin challenge transaction: ~100 BTC total bounty to solvers! ==UPDATED==
by
alek76
on
05/04/2020, 09:56:10 UTC
Quote from: brainless on April 05, 2020, 09:36:22 AM
Quote from: alek76 on April 05, 2020, 09:30:24 AM
Quote from: brainless on April 05, 2020, 08:45:00 AM
i just see issue at your github, same stuck at error with gtx 750, maybe problem of hashtable size, check it
Hashtable for the CPU. What does ptxas info say?
whats your makefile setting for cuda 8
Edit the makefile and set up the good CUDA SDK path and appropriate compiler for nvcc.
Code:
CXX = g++
CUDA = /usr/local/cuda-8.0
CXXCUDA = /usr/bin/g++-4.8
NVCC = $(CUDA)/bin/nvcc
GPU resources, unfortunately, also have their limitations. Maximum number of 32-bit registers per thread. It is 63 for cc 2.x and 3.0, 128 for cc 1.x and 255 for cc 3.5.
https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#features-and-technical-specifications__technical-specifications-per-compute-capability