Skip to content

sebbeutler/neat_c-gpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

1. How to build (Linux & Windows)

1.1. Install OpenCL (Required)

  • (Linux) Install via the command:
    • sudo apt-get upgrade -y && sudo apt-get update -y && sudo apt-get install -y ocl-icd-opencl-dev ocl-icd-libopencl1 opencl-headers ocl-icd-dev
  • (Windows) Download CUDA here.
  1. Build the CMake project with the command: cmake -B build/
  2. Build the binaries with the command: cmake --build build/

2. How to run

Execute the NEAT_C-gpu binary in the build/bin/ folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors