Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BLOG] Bril to RISC-V Lowering System #436

Merged
merged 77 commits into from
Dec 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
44c803e
Create index.md
20ashah Dec 1, 2023
ed31922
Update index.md
20ashah Dec 1, 2023
c735d4a
Update index.md
20ashah Dec 1, 2023
b1bf3b8
Update index.md
20ashah Dec 1, 2023
6c96a5b
Update index.md
20ashah Dec 2, 2023
6ff4b64
Update index.md
20ashah Dec 2, 2023
0575c9c
Update index.md
20ashah Dec 3, 2023
c6791a0
Update index.md
20ashah Dec 3, 2023
4d617c0
Update index.md
jdroob Dec 3, 2023
0a0b9b0
Update index.md
20ashah Dec 3, 2023
ef9670f
Update index.md
20ashah Dec 4, 2023
f695e30
Some revisions - still need to finish TensorFlow section and add to d…
jdroob Dec 4, 2023
7cc92c6
Update index.md
jdroob Dec 4, 2023
d8f48ea
Added notes on talking points
jdroob Dec 4, 2023
c30d2fa
Adding discussion points
jdroob Dec 4, 2023
833458b
Add MLIR applications, mainly focusing on TF.
jiahanxie353 Dec 5, 2023
b2c9ef5
Merge pull request #1 from jiahanxie353/mlir
20ashah Dec 6, 2023
67e1287
Create blog-post.md
20ashah Dec 12, 2023
6e922b8
Update blog-post.md
20ashah Dec 12, 2023
1490035
Update blog-post.md
20ashah Dec 12, 2023
59071d8
Update blog-post.md
20ashah Dec 12, 2023
f4f2a12
Update blog-post.md
20ashah Dec 12, 2023
5606665
Update blog-post.md
20ashah Dec 12, 2023
82ff926
Rename blog-post.md to index.md
20ashah Dec 12, 2023
4b35b59
Take 4
jdroob Dec 12, 2023
b6b3deb
Update index.md
jdroob Dec 12, 2023
5976b07
Update index.md
jdroob Dec 12, 2023
d801827
Update index.md
jdroob Dec 12, 2023
d524ce0
Delete content/blog/2023-final-project-407/index.md
jdroob Dec 12, 2023
34a4d1c
Update and rename index.md to index.md
jdroob Dec 12, 2023
4296625
Clean up
jdroob Dec 12, 2023
03dc9fd
Update index.md
jdroob Dec 12, 2023
8e3aa53
Update index.md
jdroob Dec 12, 2023
0c010fc
Update index.md
jdroob Dec 12, 2023
9e89453
Update links
jdroob Dec 16, 2023
1f11173
Delete content/blog/2023-11-28-mlir/index.md
jdroob Dec 18, 2023
826794f
Move bios to correct location + change RISCV to RISC-V
jdroob Dec 18, 2023
762725a
Revise 'Goal' section, changed Javascript to JavaScript
jdroob Dec 18, 2023
c031488
Merge Goal and Summary sections
jdroob Dec 18, 2023
0537e23
Change godbolt to Compiler Explorer
jdroob Dec 18, 2023
e651994
Changed bril to Bril
jdroob Dec 18, 2023
1e60dd9
First revision of Bril Instruction section
jdroob Dec 18, 2023
6016e29
Add files via upload
jdroob Dec 18, 2023
d0cb046
Delete BrinInsnHierarchy.png
jdroob Dec 18, 2023
db540b3
Add files via upload
jdroob Dec 18, 2023
4613c01
Rename BrinInsnHierarchy.png to BrilInsnHierarchy.png
jdroob Dec 18, 2023
7967c0c
Move image to same repo as blog post
jdroob Dec 18, 2023
f841e2f
Delete content/blog/2023-12-11-lowering/BrilInsnHierarchy.png
jdroob Dec 18, 2023
8d3a717
Add files via upload
jdroob Dec 18, 2023
42770d7
Delete content/blog/2023-12-11-lowering/BrilInsn_Class_Hierarchy.jpeg
jdroob Dec 18, 2023
ef500b7
Add files via upload
jdroob Dec 18, 2023
72f7ed3
Delete content/blog/2023-12-11-lowering/BrilInsn_Class_Hierarchy.jpeg
jdroob Dec 18, 2023
7f28eb3
Add files via upload
jdroob Dec 18, 2023
c823a0f
Delete content/blog/2023-12-11-lowering/BrilInsn_Class_Hierarchy.jpeg
jdroob Dec 18, 2023
90472c7
Add files via upload
jdroob Dec 18, 2023
94f3fd2
Update figure + Add more context behind motivation for class hierarch…
jdroob Dec 18, 2023
87c01f6
Update 'Representing RISC-V Programs' section
jdroob Dec 19, 2023
2af631c
Update RISC-V IR links
jdroob Dec 19, 2023
08bb660
Clean up Progressive Lowering section
jdroob Dec 19, 2023
0005b85
Delete content/blog/2023-12-11-lowering/BrilInsn_Class_Hierarchy2.jpeg
jdroob Dec 19, 2023
d3e9505
Add files via upload
jdroob Dec 19, 2023
efa2e91
Fix typo
jdroob Dec 19, 2023
5d24a16
Update index.md - small fix
jdroob Dec 19, 2023
1dac739
Update Prologue
jdroob Dec 19, 2023
6d68b15
Update calling conventions section
jdroob Dec 19, 2023
c0f7261
Update table
jdroob Dec 20, 2023
30a3cb9
Update TRA section
jdroob Dec 20, 2023
979ecbb
Fix typo
jdroob Dec 20, 2023
3085455
Update section headings
jdroob Dec 20, 2023
03bf6f6
Clean up 'Challenges' and 'Reflection' sections
jdroob Dec 20, 2023
f4d9274
Discuss how tests were chosen
jdroob Dec 20, 2023
006e6d6
Number of tests
jdroob Dec 20, 2023
b68276d
Add more info on testing
jdroob Dec 20, 2023
a96b62a
Adding specific information on testing
jdroob Dec 20, 2023
1c1dcf3
Added all links
jdroob Dec 20, 2023
1737161
Clean up
jdroob Dec 20, 2023
9f490ed
Small changes
jdroob Dec 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading