Memory Management: Check in OpenCL that CL_DEVICE_HOST_UNIFIED_MEMORY is true and if so, then half of the available memory
NEO driver: Activate the NEO driver (Intel GPU) after it passed several tests in hashcat using the latest NEO driver version
This commit is contained in:
@@ -1111,6 +1111,7 @@ typedef struct hc_device_param
|
||||
u64 device_maxmem_alloc;
|
||||
u64 device_global_mem;
|
||||
u64 device_available_mem;
|
||||
int device_host_unified_memory;
|
||||
u32 device_maxclock_frequency;
|
||||
size_t device_maxworkgroup_size;
|
||||
u64 device_local_mem_size;
|
||||
|
||||
Reference in New Issue
Block a user