11-29-2016, 05:58 PM
(11-29-2016, 02:05 PM)atom Wrote: I've pushed a new version to github which hopefully informs the use user about beignet problematic. Could you please test if the warning message shows up for you? I've also added a new precompiled beta to https://hashcat.net/beta/
In case you want to ignore the beignet device you can either use the -d or the --opencl-platforms option
This is what I get:
Code:
hashcat (v3.10-1617-g72d0b27) starting...
* Device #1: Intel beignet driver detected!
The beignet driver has been marked as half-baked and likely to fail kernel compilation
You can use --force to override this but do not post error reports if you do so
Started: Tue Nov 29 09:54:28 2016
Stopped: Tue Nov 29 09:54:28 2016
Also, I had tried the -d option before posting and, so far as I could tell, even when I skipped the Intel card, it still tried to compile against beignet. However --opencl-platforms=2 did the trick. CUDA cracking is working for me now.
Thanks for your help.