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

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