Show GPU # when compute error happens

This commit is contained in:
SChernykh 2020-06-11 19:45:41 +02:00
parent f7d1d50a25
commit 5324761e06
6 changed files with 21 additions and 13 deletions

View file

@ -66,6 +66,7 @@ private:
const Miner *m_miner;
ICudaRunner *m_runner = nullptr;
WorkerJob<1> m_job;
uint32_t m_deviceIndex;
};