Skip to content

colgm/colgm-mlir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colgm-MLIR Project

Ask DeepWiki test discord

Experimental MLIR-based compiler.

Syntax Design

Totally designed manually, documented with DeepSeek.

Syntax Design (generated by deepseek v4)

Build

Download LLVM

Fetch the package of LLVM, --github will use the release from GitHub.

python3 script/download_llvm.py

python3 script/download_llvm.py --github

Build Script

Use this command to automatically build all things.

python3 script/build.py

Test

Use this command automatically test all tests listed in test directory.

python3 script/test.py

All tests should have stdout and stderr files, for example:

test/test_add.colgm
test/test_add.colgm.stdout
test/test_add.colgm.stderr
test/test_add.colgm.option # if need specific compile options for this test

TODO

TODO (generated by deepseek v4)

About

experimental mlir compiler

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors