mirror of
https://github.com/hashcat/hashcat.git
synced 2024-11-24 00:51:05 +00:00
Show warning about bad opencl runtime on intel cpu only once
This commit is contained in:
parent
a3e6690a9c
commit
e5359036ff
@ -13626,9 +13626,12 @@ int main (int argc, char **argv)
|
||||
if (device_param->device_vendor_id == VENDOR_ID_AMD_USE_INTEL)
|
||||
{
|
||||
if (data.force == 0)
|
||||
{
|
||||
if (algorithm_pos == 0)
|
||||
{
|
||||
log_info ("Device #%u: WARNING: not native intel opencl runtime, expect massive speed loss", device_id + 1);
|
||||
log_info (" You can use --force to override this but do not post error reports if you do so");
|
||||
}
|
||||
|
||||
device_param->skipped = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user