-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable hashcat #600
Comments
Currently blocked on google/clspv#1180 |
Next bug: google/clspv#1192 |
The following occurs when attempting to run almost any algorithm on hashcat
|
This is kind of expected. At the moment, clvk does not support passing a null pointer to clSetKernelArg. But if you execute with the following env variables, it should:
At the point, this configuration will become the default one in clvk. |
using the env variables
still results in
|
Sorry I misread the error message. I'll have a closer look then |
certain algorithms produce errors similar to the following
|
See #598 and #599
The text was updated successfully, but these errors were encountered: