Improved error handling.
This commit is contained in:
parent
c9f7cbae09
commit
0e224abb0a
6 changed files with 45 additions and 18 deletions
|
@ -52,6 +52,8 @@ protected:
|
|||
size_t intensity() const override;
|
||||
|
||||
protected:
|
||||
void printError(const char *error) const;
|
||||
|
||||
const CudaLaunchData &m_data;
|
||||
const size_t m_threadId;
|
||||
nvid_ctx *m_ctx = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue