Intel CPU OpenCL with Radeon? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Intel CPU OpenCL with Radeon? (/thread-5560.html) |
Intel CPU OpenCL with Radeon? - dTest - 06-29-2016 Hey all, Just installed the 3.0. Quick test shows a speed increase, I think due to the CPU? (WPA ~243Kh/s to ~273KH/s, but no device#4 listed in status) Here is my issue: Code: - Device #4: WARNING: Not a native Intel OpenCL runtime, expect massive speed loss This is even after installing the 16.1 Intel OpenCL drivers and rebooting. System: Description: Ubuntu 12.04.5 LTS Release: 12.04 3 R9-270's, i5 @ 3.04GHz Time to just douche the system and reinstall? Is the latest Ubuntu LTS happy with hashcat? Or just ignore and run? tia RE: Intel CPU OpenCL with Radeon? - philsmd - 06-29-2016 You should really read about the new options, like "--opencl-device-types 1,2" etc RE: Intel CPU OpenCL with Radeon? - dTest - 06-29-2016 Thanks! Quick attempt gave same message/error. Will play again later when I have more time. Didn't see anything in the wiki (still states 2.01 hashcat & oclhashcat), but in the --help was a help! Thanks! (would the i5 really add much? I'm just a bit OCD about error messages ) RE: Intel CPU OpenCL with Radeon? - atom - 06-29-2016 (06-29-2016, 11:10 PM)dTest Wrote: I'm just a bit OCD about error messages ) Haha, welcome to the club, me too. To get rid of it, you just need to set an environment variable: CPU_MAX_COMPUTE_UNITS=0 Works for linux and windows, didn't test others. |