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 #435

Closed
wants to merge 25 commits into from

Commits on Dec 1, 2023

  1. Create index.md

    Blog post about MLIR paper
    20ashah authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    44c803e View commit details
    Browse the repository at this point in the history
  2. Update index.md

    added summary
    20ashah authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ed31922 View commit details
    Browse the repository at this point in the history
  3. Update index.md

    skeleton
    20ashah authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    c735d4a View commit details
    Browse the repository at this point in the history
  4. Update index.md

    IR Structure
    20ashah authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b1bf3b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. Update index.md

    principle descriptions
    20ashah authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    6c96a5b View commit details
    Browse the repository at this point in the history
  2. Update index.md

    conclusion
    20ashah authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    6ff4b64 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Update index.md

    principles
    20ashah authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    0575c9c View commit details
    Browse the repository at this point in the history
  2. Update index.md

    todos
    20ashah authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    c6791a0 View commit details
    Browse the repository at this point in the history
  3. Update index.md

    Edited intro / added TODO
    jdroob authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    4d617c0 View commit details
    Browse the repository at this point in the history
  4. Update index.md

    discussion paragraphs
    20ashah authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    0a0b9b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Update index.md

    finish discussion
    20ashah authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    ef9670f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f695e30 View commit details
    Browse the repository at this point in the history
  3. Update index.md

    jdroob authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    7cc92c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8f48ea View commit details
    Browse the repository at this point in the history
  5. Adding discussion points

    jdroob authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c30d2fa View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Add MLIR applications, mainly focusing on TF.

    Add more discussion regarding the advantage and limitations of nested IRs.
    jiahanxie353 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    833458b View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Merge pull request #1 from jiahanxie353/mlir

    TF & more discussion
    20ashah authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    b2c9ef5 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Create blog-post.md

    create blog post for final project
    20ashah authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    67e1287 View commit details
    Browse the repository at this point in the history
  2. Update blog-post.md

    Added table of bril to riscv conversions
    20ashah authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    6e922b8 View commit details
    Browse the repository at this point in the history
  3. Update blog-post.md

    finish trivial register allocation section
    20ashah authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    1490035 View commit details
    Browse the repository at this point in the history
  4. Update blog-post.md

    added calling convention stuff
    20ashah authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    59071d8 View commit details
    Browse the repository at this point in the history
  5. Update blog-post.md

    added tests / examples
    20ashah authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    f4f2a12 View commit details
    Browse the repository at this point in the history
  6. Update blog-post.md

    formatting title
    20ashah authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    5606665 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82ff926 View commit details
    Browse the repository at this point in the history
  8. Take 4

    jdroob authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    4b35b59 View commit details
    Browse the repository at this point in the history