Skip to content

Commit

Permalink
docs: Add getting started section.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Nov 9, 2023
1 parent 3daebe3 commit 64bbab8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
File renamed without changes.
9 changes: 9 additions & 0 deletions docs/GettingStarted/extend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## How to Start Extending VAST?

VAST offers a handy script to generate a variety of MLIR primitives. You can find the script at scripts/templater.py. This tool is designed to help you create dialects, passes, operations, types, and attributes interactively.

### Usage

Just run the script. It has been designed to provide a guided process for generating the desired primitives. If you find anything confusing or unintuitive, please don't hesitate to open an issue so that we can address it.

When you run the script, it will generate the basic skeleton for your chosen primitive. It will list the generated files which you can freely modify to provide desired functionality.

0 comments on commit 64bbab8

Please sign in to comment.