Skip to content

Commit

Permalink
Merge pull request #38 from xdslproject/christos/asplos/preliminary-d…
Browse files Browse the repository at this point in the history
…etails

Update ASPLOS 2025 workshop details with preliminary information
  • Loading branch information
superlopuh authored Dec 21, 2024
2 parents ceefc95 + 46497b7 commit a2507bf
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion events/2025-ASPLOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,29 @@ subtitle: Rotterdam, The Netherlands — March 30- April 3, 2025

We will be presenting [a tutorial](https://www.asplos-conference.org/asplos2025/workshops-and-tutorials/) titled _xDSL: a Python-based compiler ecosystem_.

Full program TBC.
## Abstract

The xDSL framework is a Python-based compiler infrastructure within the MLIR ecosystem. It aims to facilitate and speed up the prototyping of compiler concepts within MLIR without the hassle of C++-based (or other compile-to-assembly) project infrastructures.
This tutorial introduces xDSL's core concepts and practical implementation techniques through hands-on examples. In more detail, we will provide participants with the necessary information on 1) how to define, extend and combine IR dialects, 2) leverage the existing optimization capabilities to define transformation passes that operate domain-specific and across dialects, 3) lower dialects and interface with existing MLIR/LLVM workflows.
By the end, attendees will understand how to develop efficient, maintainable DSL compilers using xDSL's modular approach, and be equipped to integrate xDSL into their development workflows.

## Schedule (Tentative)

| Title |
| ------------- |
| Welcome |
| Introduction to xDSL |
| Implementing a Toy language |
| Efficient code generation for highly custom accelerators |
| Other tools and uses (GUI, end-to-end ML compilation) |
| Conclusion and Future |

## Organizers

Tobias Grosser
Chris Vasiladiotis
Alexandre Lopoukhine

## Primary Contact

Chris Vasiladiotis

0 comments on commit a2507bf

Please sign in to comment.