Darknet on OpenCL Convolutional Neural Networks on OpenCL on Intel & NVidia & AMD & Mali GPUs for macOS & GNU/Linux & Windows & FreeBSD
197
stars
453
commits
C
primary language
Oct 28, 2025
updated
See also new iChess.io v12.27!!!
📄 This work is described in the scientific paper: https://doi.org/10.1002/cpe.6936
https://iblog.isowa.io/2021/11/20/darknet-on-opencl-on-windows-11-x64
Run from RAMDisk to reduce disk wear and speed up training/inference:
sudo mount -t tmpfs -o size=4096M tmpfs /your/ramdiskdiskutil erasevolume HFS+ "ramdisk" $(hdiutil attach -nomount ram://8388608)Replace clBLAS with CLBlast for improved GEMM performance:
git apply patches/clblast.patch
Created by Piotr Sowa — AI researcher, GPU software engineer, and creator of iChess.io. More information and tutorials at iBlog.isowa.io.
For citations, academic usage, or collaboration inquiries, feel free to reach out via GitHub or LinkedIn.
C
94.9%
Python
2.1%
CMake
1.5%
Darknet on OpenCL Convolutional Neural Networks on OpenCL on Intel & NVidia & AMD & Mali GPUs for macOS & GNU/Linux & Windows & FreeBSD
197
stars
453
commits
C
primary language
Oct 28, 2025
updated
See also new iChess.io v12.27!!!
📄 This work is described in the scientific paper: https://doi.org/10.1002/cpe.6936
https://iblog.isowa.io/2021/11/20/darknet-on-opencl-on-windows-11-x64
Run from RAMDisk to reduce disk wear and speed up training/inference:
sudo mount -t tmpfs -o size=4096M tmpfs /your/ramdiskdiskutil erasevolume HFS+ "ramdisk" $(hdiutil attach -nomount ram://8388608)Replace clBLAS with CLBlast for improved GEMM performance:
git apply patches/clblast.patch
Created by Piotr Sowa — AI researcher, GPU software engineer, and creator of iChess.io. More information and tutorials at iBlog.isowa.io.
For citations, academic usage, or collaboration inquiries, feel free to reach out via GitHub or LinkedIn.
C
94.9%
Python
2.1%
CMake
1.5%