Use node number instead of affinity

This commit is contained in:
SChernykh 2020-04-07 18:46:22 +02:00
parent 6ae37a9519
commit 69cbfd682a
6 changed files with 9 additions and 10 deletions

View file

@ -116,7 +116,7 @@ static void getResults(JobBundle &bundle, std::vector<JobResult> &results, uint3
return;
}
auto vm = new RxVm(dataset, memory->scratchpad(), !hwAES, Assembly::NONE, -1);
auto vm = new RxVm(dataset, memory->scratchpad(), !hwAES, Assembly::NONE, 0);
for (uint32_t nonce : bundle.nonces) {
*bundle.job.nonce() = nonce;