Windows compilation support.

This commit is contained in:
Haifa Bogdan Adnan 2019-08-27 11:32:23 +03:00
parent 3c856e9aae
commit 42216bbb55
14 changed files with 1817 additions and 14 deletions

View file

@ -292,7 +292,7 @@ bool CudaHasher::buildThreadData() {
}
#else
thread_data.threadsIdx = 0;
thread_data.threads = device->profile_info.threads;
thread_data.threads = device->profileInfo.threads;
#endif
thread_data.argon2 = new Argon2(cuda_kernel_prehasher, cuda_kernel_filler, cuda_kernel_posthasher,