-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
md5crypt-opencl on Intel Alder Lake GPU: CL_OUT_OF_RESOURCES (-5) error in opencl_md5crypt_fmt_plug.c:404 - Copy data back #5439
Comments
Hi @cpatulea. Thank you for reporting this. Can you try these:
|
john --format=md5crypt-opencl --test -v=5
john --format=phpass-opencl --test -v=5
john --format=pbkdf2-hmac-md5-opencl --test -v=5
john --format=md5crypt-opencl --skip-self-test shadow
|
Thanks @cpatulea. So the issue is specific to md5crypt-opencl. While we could possibly have a bug in there causing this, that format works just fine on many other devices, including on older Intel HD Graphics with older Intel OpenCL backend. So I don't see what we'd do about your report now, other than being aware of it. Also, as you can see these other related formats' speeds are quite low so that even if you do get this working, the speed will probably be similar to what you're getting on the CPU cores, so you'll at most double the total speed by using both CPU and GPU at once (or less than double, especially if the total TDP limit kicks in). You can estimate this by benchmarking OTOH, this isn't bad for a 6W, $50 CPU. |
Hi, I've got an Intel Alder Lake (N100) with "Intel Xe (Gen 12.2) GPU" and looking to use
md5crypt-opencl
on it.I'm getting this error:
I searched for similar reports, and also tried with
did not change the outcome (still CL_OUT_OF_RESOURCES).
Code link from error message:
john/src/opencl_md5crypt_fmt_plug.c
Line 404 in f55f420
clinfo
john --list=build-info
Input file
I'm familiar with modifying and building code, let me know if there's something I can try in the code.
The text was updated successfully, but these errors were encountered: