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:
Jens Steube
2021-08-18 16:10:51 +02:00
parent 9254603960
commit 76e388ea47
3 changed files with 32 additions and 10 deletions
+1
View File
@@ -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;