1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-14 02:22:50 -05:00

Merge pull request #43 from Spudz76/updateCNGPU

Collection of CN-GPU fixes and updates
This commit is contained in:
MoneroOcean
2021-04-27 22:18:00 +00:00
committed by GitHub
8 changed files with 153 additions and 147 deletions

View File

@@ -310,8 +310,8 @@ xmrig::CnHash::CnHash()
# endif
# ifdef XMRIG_ALGO_CN_GPU
m_map[Algorithm::CN_GPU][AV_SINGLE][Assembly::NONE] = cryptonight_single_hash_gpu<Algorithm::CN_GPU, false>;
m_map[Algorithm::CN_GPU][AV_SINGLE_SOFT][Assembly::NONE] = cryptonight_single_hash_gpu<Algorithm::CN_GPU, true>;
m_map[Algorithm::CN_GPU][AV_SINGLE][Assembly::NONE] = cryptonight_single_hash_gpu<Algorithm::CN_GPU, false, 0>;
m_map[Algorithm::CN_GPU][AV_SINGLE_SOFT][Assembly::NONE] = cryptonight_single_hash_gpu<Algorithm::CN_GPU, true, 0>;
# endif
# ifdef XMRIG_FEATURE_ASM