diff --git a/src/modules/module_19600.c b/src/modules/module_19600.c index b0ff3acb4..343b09637 100644 --- a/src/modules/module_19600.c +++ b/src/modules/module_19600.c @@ -68,11 +68,6 @@ static const char *SIGNATURE_KRB5TGS = "$krb5tgs$17$"; 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) { - if (device_param->opencl_device_vendor_id == VENDOR_ID_AMD_USE_HIP) - { - return true; - } - // AMD Radeon Pro W5700X Compute Engine; 1.2 (Apr 22 2021 21:54:44); 11.3.1; 20E241 if ((device_param->opencl_platform_vendor_id == VENDOR_ID_APPLE) && (device_param->opencl_device_type & CL_DEVICE_TYPE_GPU)) { diff --git a/src/modules/module_19700.c b/src/modules/module_19700.c index 6bb194499..7d353e598 100644 --- a/src/modules/module_19700.c +++ b/src/modules/module_19700.c @@ -68,11 +68,6 @@ static const char *SIGNATURE_KRB5TGS = "$krb5tgs$18$"; 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) { - if (device_param->opencl_device_vendor_id == VENDOR_ID_AMD_USE_HIP) - { - return true; - } - // AMD Radeon Pro W5700X Compute Engine; 1.2 (Apr 22 2021 21:54:44); 11.3.1; 20E241 if ((device_param->opencl_platform_vendor_id == VENDOR_ID_APPLE) && (device_param->opencl_device_type & CL_DEVICE_TYPE_GPU)) {