- Dropped all vector code since new GPU's are all scalar, makes the code much easier
[hashcat.git] / include / ext_nvml.h
index fb69097..674754a 100644 (file)
@@ -10,7 +10,7 @@
 
 #include <nvml.h>
 
-typedef nvmlDevice_t HM_ADAPTER;
+//typedef nvmlDevice_t HM_ADAPTER;
 
 nvmlReturn_t hc_NVML_nvmlInit (void);
 nvmlReturn_t hc_NVML_nvmlShutdown (void);