Home
last modified time | relevance | path

Searched refs:hm_NVML_nvmlDeviceGetHandleByIndex (Results 1 – 3 of 3) sorted by relevance

/dports/security/hashcat/hashcat-6.2.5/include/
H A Dext_nvml.h227 int hm_NVML_nvmlDeviceGetHandleByIndex (void *hashcat_ctx, unsigned int device_index, nvmlDevice_t …
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dext_nvml.c236 int hm_NVML_nvmlDeviceGetHandleByIndex (void *hashcat_ctx, unsigned int device_index, nvmlDevice_t … in hm_NVML_nvmlDeviceGetHandleByIndex() function
H A Dhwmon.c62 if (hm_NVML_nvmlDeviceGetHandleByIndex (hashcat_ctx, i, &nvmlGPUHandle[i]) == -1) break; in hm_get_adapter_index_nvml()