mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-02 10:51:16 +00:00
Add missing branch in automatic alias device selection
This commit is contained in:
parent
dc9f4e993a
commit
1e469a96a4
@ -100,7 +100,10 @@ static int backend_ctx_find_alias_devices (hashcat_ctx_t *hashcat_ctx)
|
|||||||
|
|
||||||
// this lets native OpenCL runtime survive over generic OpenCL runtime
|
// this lets native OpenCL runtime survive over generic OpenCL runtime
|
||||||
|
|
||||||
|
if (alias_device->opencl_device_type & CL_DEVICE_TYPE_CPU)
|
||||||
|
{
|
||||||
if (alias_device->opencl_platform_vendor_id == alias_device->opencl_device_vendor_id) continue;
|
if (alias_device->opencl_platform_vendor_id == alias_device->opencl_device_vendor_id) continue;
|
||||||
|
}
|
||||||
|
|
||||||
alias_device->skipped = true;
|
alias_device->skipped = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user