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

@@ -69,6 +69,7 @@ private:
IOclRunner *m_runner = nullptr;
OclSharedData &m_sharedData;
WorkerJob<1> m_job;
uint32_t m_deviceIndex;
};