Evolvable programming language -- evo
# build
make
# clean
make clean
# test all
make test
# test target xxx file
make test TEST_TRG=xxx_tests
# clean build
make clean
# Build Tools
make tool
# exec tool: edb
./tools/edb/edb
# clean build
make clean
[Inference System]
┌─────────┐┌─────────┐┌─────────┐
│ C ││ C++ ││ Python │
└─────────┘└─────────┘└─────────┘ API
─────────────────────────────── ──────
┌─────────────────┐ ┌─────────┐
│ Model Serial │ │ │
└─────────────────┘ │ │
┌─────────────────┐ │ │
│ Graph IR Analy │ │ Monitor │
└─────────────────┘ │ │
┌─────────────────┐ │ │
│ Exec Schedule │ │ │
└─────────────────┘ └─────────┘ Engine
─────────────────────────────── ──────
┌─────────┐┌─────────┐┌─────────┐ Device
│ CPU ││ GPU ││ NPU │
└─────────┘└─────────┘└─────────┘
Support model file format: