Update module_unstable_warning() based on the latest available drivers:
- NVIDIA-Linux-x86_64-460.73.01 - amdgpu-pro-20.50-1234664-ubuntu-20.04 (rocr for new gpu, legacy for old gpu) - w_opencl_runtime_p_2021.2.0.616.exe Not tested: - Apple * - l_opencl_p_18.1.0.015.tgz - Intel GPU - POCL Update docs/license.txt
This commit is contained in:
@@ -63,7 +63,7 @@ static const char *SIGNATURE_SHA512MACOS = "$ml$";
|
||||
|
||||
bool module_unstable_warning (MAYBE_UNUSED const hashconfig_t *hashconfig, MAYBE_UNUSED const user_options_t *user_options, MAYBE_UNUSED const user_options_extra_t *user_options_extra, MAYBE_UNUSED const hc_device_param_t *device_param)
|
||||
{
|
||||
// amdgpu-pro-19.30-934563-ubuntu-18.04: password not found
|
||||
// amdgpu-pro-20.50-1234664-ubuntu-20.04 (legacy): unhandled return code 255
|
||||
if ((device_param->opencl_device_vendor_id == VENDOR_ID_AMD) && (device_param->has_vperm == false))
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user