Improved CUDA loader error reporting and fixed plugin load on Linux.
This commit is contained in:
parent
4b682b6633
commit
ff13675d31
3 changed files with 87 additions and 57 deletions
|
@ -99,11 +99,12 @@ public:
|
|||
static void release(nvid_ctx *ctx) noexcept;
|
||||
|
||||
private:
|
||||
static bool load();
|
||||
static String defaultLoader();
|
||||
static bool open();
|
||||
static void load();
|
||||
|
||||
static bool m_initialized;
|
||||
static bool m_ready;
|
||||
static String m_error;
|
||||
static String m_loader;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue