mirror of https://github.com/BOINC/boinc.git
parent
1d2ecd8223
commit
1fddbea7d6
|
@ -539,8 +539,11 @@ void COPROCS::get(
|
||||||
ati.get(use_all, descs, warnings, ignore_ati_dev);
|
ati.get(use_all, descs, warnings, ignore_ati_dev);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
get_opencl(use_all, warnings);
|
if (setjmp(resume)) {
|
||||||
|
warnings.push_back("Caught SIGSEGV in OpenCL detection");
|
||||||
|
} else {
|
||||||
|
get_opencl(use_all, warnings);
|
||||||
|
}
|
||||||
signal(SIGSEGV, old_sig);
|
signal(SIGSEGV, old_sig);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue