I got some errors compiling "identifier ulong is undefined" (file: cuda_bmw512.cu)
Could you help me please?
PS. I am not a programmer, I tried to compile it with vs2013, cuda 7.5, windows 10.
try adding
#define ulong uint64_t
or just replace ulong with uint64_t