buddy-compiler / buddy-mlir

An MLIR-based compiler framework bridges DSLs (domain-specific languages) to DSAs (domain-specific architectures).
https://buddy-compiler.github.io/
Apache License 2.0
485 stars 159 forks source link

[GPU] Add basic GPU support and example #381

Open matrix72c opened 1 week ago

matrix72c commented 1 week ago

Basic GPU support for lowering linalg.matmul to GPU. Integrated from #290