[all-commits] [llvm/llvm-project] 6841ef: [mlir] add transform tutorial chapter for Halide c...

ftynse via All-commits all-commits at lists.llvm.org
Mon Sep 25 00:48:03 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6841eff107f9bffe5c28c599978e4a22519ab8c1
      https://github.com/llvm/llvm-project/commit/6841eff107f9bffe5c28c599978e4a22519ab8c1
  Author: Oleksandr "Alex" Zinenko <zinenko at google.com>
  Date:   2023-09-25 (Mon, 25 Sep 2023)

  Changed paths:
    A mlir/docs/Tutorials/transform/ChH.md
    M mlir/docs/Tutorials/transform/_index.md
    A mlir/test/Examples/transform/ChH/full.mlir

  Log Message:
  -----------
  [mlir] add transform tutorial chapter for Halide conv mapping (#66386)

This chapter demonstrates how one can replicate Halide DSL
transformations using transform dialect operations transforming payload
expressed using Linalg. This was a part of the live tutorial presented
at EuroLLVM 2023.




More information about the All-commits mailing list