Show GPU # when compute error happens

This commit is contained in:
SChernykh
2020-06-11 19:45:41 +02:00
parent 6c732bac1a
commit 5730b7fd27
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;
};