Skip to content

Commit

Permalink
Add readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe committed Dec 8, 2024
1 parent 16bd3f7 commit d0f30ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions programming_examples/experimental/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Experimental Example

This example showcases what a higher-level (above IRON) syntax might look like one day for programming NPUs. It is designed to be at a similar level of abstraction to cupy.
Run the design with:
```bash
./example.py
```

Warning: This example is very brittle. The support for this syntax is strictly proof-of-concept and any changes to the design will likely be beyond what the current implementation supports.
3 changes: 3 additions & 0 deletions python/iron/experimental/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Experimental Backend

These files are the backend for the proof-of-concept example found in `programming_examples/experimental`. The implementation here is narrow (and brittle). A more complete backend of this experimental syntax should likely be backed by something similar to a compiler, to avoid an undisciplined soup of heuristics.

0 comments on commit d0f30ec

Please sign in to comment.