Logo
Explore Help
Sign In
shylie/llvm-project
1
0
Fork 0
You've already forked llvm-project
Code Issues Pull Requests Actions 6 Packages Projects Releases Wiki Activity
llvm-project/mlir/test/lib/Dialect/Linalg
History
Kazu Hirata 3041fa6c7a
[mlir] Use *Set::insert_range (NFC) (#132326)
DenseSet, SmallPtrSet, SmallSet, SetVector, and StringSet recently
gained C++23-style insert_range.  This patch replaces:

  Dest.insert(Src.begin(), Src.end());

with:

  Dest.insert_range(Src);

This patch does not touch custom begin like succ_begin for now.
2025-03-20 22:24:17 -07:00
..
CMakeLists.txt
Reapply "[mlir] Link libraries that aren't included in libMLIR to libMLIR" (#123910)
2025-01-22 09:01:50 +00:00
TestDataLayoutPropagation.cpp
[mlir] Enable decoupling two kinds of greedy behavior. (#104649)
2024-12-20 08:15:48 -08:00
TestLinalgDecomposeOps.cpp
[mlir] Enable decoupling two kinds of greedy behavior. (#104649)
2024-12-20 08:15:48 -08:00
TestLinalgDropUnitDims.cpp
[mlir][Linalg] Avoid doing op replacement in linalg::dropUnitDims. (#105749)
2024-08-23 13:43:33 -07:00
TestLinalgElementwiseFusion.cpp
[mlir] Use *Set::insert_range (NFC) (#132326)
2025-03-20 22:24:17 -07:00
TestLinalgFusionTransforms.cpp
[mlir] Enable decoupling two kinds of greedy behavior. (#104649)
2024-12-20 08:15:48 -08:00
TestLinalgRankReduceContractionOps.cpp
[mlir] Enable decoupling two kinds of greedy behavior. (#104649)
2024-12-20 08:15:48 -08:00
TestLinalgTransforms.cpp
[mlir][tensor][linalg] Move Pack/UnPack Ops to Linalg (#123902)
2025-02-17 10:44:27 +00:00
TestPadFusion.cpp
[mlir] Enable decoupling two kinds of greedy behavior. (#104649)
2024-12-20 08:15:48 -08:00
Powered by Gitea Version: 1.23.1 Page: 448ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API