bip39-solver-gpu
bip39-solver-gpu copied to clipboard
OPENCL ERROR
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)
This means you dont have enough VRAM.
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?