Improved CUDA loader error reporting and fixed plugin load on Linux.

This commit is contained in:
XMRig 2020-08-23 21:30:12 +07:00
parent 4b682b6633
commit ff13675d31
No known key found for this signature in database
GPG key ID: 446A53638BE94409
3 changed files with 87 additions and 57 deletions

View file

@ -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;
};