Skip to content

Add HGN module and integrate into build#1

Merged
tamvt-dev merged 1 commit into
mainfrom
feature/hgn-layer4-engine
Jun 3, 2026
Merged

Add HGN module and integrate into build#1
tamvt-dev merged 1 commit into
mainfrom
feature/hgn-layer4-engine

Conversation

@tamvt-dev

Copy link
Copy Markdown
Owner

Introduce a new HGN (Heuristic Graph Network) module: headers under include/hgn and sources under src/hgn, plus a demo (examples/hgn_inference_demo.c), detailed docs (HGN_MODULE.md, HGN_QUICKSTART.md) and testing guides (TEST_HGN.md). Update build files to compile and link HGN sources (Makefile, examples/Makefile), adjust include paths (bench_all.c to use include/core), and integrate HGN into bench/test/neuro/learning targets. Remove an obsolete example binary and some legacy test targets. Also add multiple HGN unit tests under tests/ to validate DAG, collapse gating, beam search and engine layers.

Introduce a new HGN (Heuristic Graph Network) module: headers under include/hgn and sources under src/hgn, plus a demo (examples/hgn_inference_demo.c), detailed docs (HGN_MODULE.md, HGN_QUICKSTART.md) and testing guides (TEST_HGN.md). Update build files to compile and link HGN sources (Makefile, examples/Makefile), adjust include paths (bench_all.c to use include/core), and integrate HGN into bench/test/neuro/learning targets. Remove an obsolete example binary and some legacy test targets. Also add multiple HGN unit tests under tests/ to validate DAG, collapse gating, beam search and engine layers.
@tamvt-dev tamvt-dev merged commit 8228c4f into main Jun 3, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant