Implemented option "dataset_host".
This commit is contained in:
parent
7f0891a0f0
commit
ad7141fe21
5 changed files with 31 additions and 9 deletions
|
@ -305,7 +305,7 @@ void xmrig::OclBackend::setJob(const Job &job)
|
|||
return stop();
|
||||
}
|
||||
|
||||
if (!d_ptr->context.init(d_ptr->devices, threads)) {
|
||||
if (!d_ptr->context.init(d_ptr->devices, threads, job)) {
|
||||
LOG_WARN("%s " RED_BOLD("disabled") YELLOW(" (OpenCL context unavailable)"), tag);
|
||||
|
||||
return stop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue