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/lib/Dialect/GPU/Transforms
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
..
AllReduceLowering.cpp
…
AsyncRegionRewriter.cpp
[MLIR][NFC] Retire let constructor for GPU (#129849)
2025-03-06 11:48:24 +01:00
BufferDeallocationOpInterfaceImpl.cpp
…
DecomposeMemRefs.cpp
[MLIR][NFC] Retire let constructor for GPU (#129849)
2025-03-06 11:48:24 +01:00
EliminateBarriers.cpp
[mlir] Enable decoupling two kinds of greedy behavior. (#104649)
2024-12-20 08:15:48 -08:00
GlobalIdRewriter.cpp
…
KernelOutlining.cpp
[mlir] Use *Set::insert_range (NFC) (#132326)
2025-03-20 22:24:17 -07:00
MemoryPromotion.cpp
…
ModuleToBinary.cpp
[MLIR] Add a BlobAttr interface for attribute to wrap arbitrary content and use it as linkLibs for ModuleToObject (#120116)
2024-12-17 01:30:56 +01:00
NVVMAttachTarget.cpp
[MLIR][NVVM] Add ptxas-cmd-options to pass flags to the downstream compiler (#127457)
2025-02-17 12:09:27 +01:00
ParallelLoopMapper.cpp
[MLIR][NFC] Retire let constructor for GPU (#129849)
2025-03-06 11:48:24 +01:00
ROCDLAttachTarget.cpp
…
ShuffleRewriter.cpp
…
SPIRVAttachTarget.cpp
…
SubgroupReduceLowering.cpp
[MLIR] Create GPU utils library & move distribution utils (#119264)
2024-12-13 10:26:57 +01:00
Powered by Gitea Version: 1.23.1 Page: 1165ms 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