Skip to content

Commit

Permalink
Update workshop details with preliminary information
Browse files Browse the repository at this point in the history
  • Loading branch information
compor committed Dec 20, 2024
1 parent ceefc95 commit 46497b7
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 46497b7

Please sign in to comment.