Skip to content

Instantly share code, notes, and snippets.

View Mike15678's full-sized avatar

Michael M. Mike15678

  • United States
View GitHub Profile
@Mike15678
Mike15678 / fast.txt
Created July 18, 2018 22:14
fast bfCL command
bfcl msky 62485d010200000000000000fede4580 ab2cd1f80f6a1321e70ea4cb2a9bbba4 00000000
@Mike15678
Mike15678 / err.md
Last active July 10, 2023 16:30
bfCL OpenCL errors

bfCL OpenCL errors

Name of actual identifier Displayed error Error exit code Suggested troubleshooting steps
CL_OUT_OF_RESOURCES error: out of resources -5 Run bfCL in reduced work size mode (in the future, with an updated script)
CL_PLATFORM_NOT_FOUND_KHR error: platform not found -1001 This error means that no ICD's for any compute device were found. If applicable, disable Nvidia SLI / AMD Crossfire and reboot your computer. If the error persists and you have Windows, update your graphics card drivers since you most likely don't have your graphics card's OpenCL ICD; otherwise if you have Linux, make sure you download a compatible OpenCL ICD for your graphics card through your package manager (OpenCL ICD Loader by itself is not enough!). If the error still persists regardless of your operating system, you most likely don't have have an OpenCL 1.2 compatible graphics card.
N/A no OpenCL capable GPU found -1 (Warning: this ex