Skip to content

sm28-lab/AutoWorker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoWorker

AI worker graph engine in C11.

Requirements

  • C11 compiler (clang or gcc)
  • make

Build

make

Run

./autoworker

Test

make test

Debug build (with sanitizers)

make DEBUG=1
make test

Coverage

make coverage

Valgrind

make valgrind

Clean build, test, and coverage

make coverage

Clean

make clean

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors