Skip to content

[Transform] mlir: named op layout propagation #101

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

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix license
  • Loading branch information
yifeizh2 committed Sep 18, 2024
commit 2e3e37761025c1abe8c93e5bbc2e5b4c6fb0715c
2 changes: 1 addition & 1 deletion lib/gc/Analysis/GlobalAnalysis.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-- GlobalAnalysis.cpp - Analyze layout on named ops *- C++ ---------*-===//
//===-- GlobalAnalysis.cpp - Analyze layout on named ops --------*- C++ -*-===//
//
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion lib/gc/Transforms/LowerPackUnpack.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-- LowerPackUnpack.cpp - Lower pack unpack into linalg ops *--- C++-*-===//
//===-- LowerPackUnpack.cpp - Lower pack unpack into linalg ops -*- C++ -*-===//
//
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion lib/gc/Transforms/PostProcessPackUnpack.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-- PostProcessPackUnpack.cpp - Fold and simplify pack unpack *- C++-*-===//
//===-- PostProcessPackUnpack.cpp - Simplify pack unpack --------*- C++ -*-===//
//
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down
2 changes: 1 addition & 1 deletion lib/gc/Transforms/PropagateLayout.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-- PropagateLayout.cpp - Propagate packing on named ops*- C++ ------*-===//
//===-- PropagateLayout.cpp - Propagate packing on named ops ----*- C++ -*-===//
//
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand Down