bip39-solver-gpu icon indicating copy to clipboard operation
bip39-solver-gpu copied to clipboard

OPENCL ERROR

Open oguzdelioglu opened this issue 4 years ago • 2 comments

cargo run Finished dev [unoptimized + debuginfo] target(s) in 0.36s Running target\debug\bip39-solver-gpu.exe thread 'main' panicked at 'called Result::unwrap() on an Err value:

################################ OPENCL ERROR ###############################

Error executing function: clEnqueueReadBuffer

Status error code: CL_OUT_OF_RESOURCES (-5)

Please visit the following url for more information:

https://www.khronos.org/registry/cl/sdk/1.2/docs/man/xhtml/clEnqueueReadBuffer.html#errors

############################################################################# ', src\main.rs:218:128 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace error: process didn't exit successfully: target\debug\bip39-solver-gpu.exe (exit code: 101)

oguzdelioglu avatar Jan 25 '21 16:01 oguzdelioglu

This means you dont have enough VRAM.

Uzlopak avatar May 26 '21 20:05 Uzlopak

This means you dont have enough VRAM.

I have an Nvidia Titan X video card. Is it normal for him to give this error?

How can we overcome the problem?

oguzdelioglu avatar May 27 '21 08:05 oguzdelioglu