tromp / cuckoo

a memory-bound graph-theoretic proof-of-work system
Other
818 stars 173 forks source link

Cuckoo cuda29 solver compiler error #63

Closed casey closed 5 years ago

casey commented 5 years ago

I believe the last diff broke the cuda solver:

Building cuckoo29 cuda solver...
nvcc -std=c++11  -o cuda29 -DEDGEBITS=29 -arch sm_35 mean.cu ../crypto/blake2b-ref.c
mean.cu(782): error: class "SolverParams" has no member "cpuload"

mean.cu(810): error: class "SolverParams" has no member "cpuload"

mean.cu(834): error: class "SolverParams" has no member "cpuload"
tromp commented 5 years ago

Good catch. Thanks! Fixed now...