Skip to content
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

[EISW-141730] 19.x Merge #107

Draft
wants to merge 44 commits into
base: npu/release/19.x
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
7acb1a4
[mlir][RFC] Allow to skip operands type specification in ASM form
Oct 12, 2021
cb78544
Add FlatSymbolRefAttr and ArrayAttr for memory space representation (…
nikita-kud Dec 21, 2021
2d42455
[mlir] Relax ASM parser requirements about operands Type presence
Jan 14, 2022
08beee4
[mlir] Remove LIT tests affected by ASM simplification
Jan 21, 2022
18b194c
Fix compilation warnings
OrestChura Oct 3, 2022
28229ed
Add flag to disable unused GPU dialects in MLIR
Jackojc Feb 1, 2023
7146155
[MLIR] Extend MlirOptMain API to register HW-specific options inside
nikita-kud Jun 23, 2023
0712992
Merge pull request #11 from iszilve/SymbolTableTweaks
nikita-kud Mar 14, 2023
5b4f6ff
Disable failed tests: #73140
nikita-kud Feb 13, 2024
8562d11
extend SymbolContainer semantics to SymbolUserMap
Jun 22, 2023
3dd1ca3
Update PR template
nikita-kud Oct 17, 2023
d57b77b
Use virtual inheritance for PassPipelineOptions
nikita-kud Nov 20, 2023
ed49912
Add method getInlineBlockAndPoint for DialectInlinerInterface
nikita-kud Jan 31, 2024
1f414b9
PR #38: Replace BaseMemRef/TensorType class with TypeInterface
xin-zhang-intel Feb 21, 2024
4c541d4
PR #27: Adding newlines and tracking indent level moved to mlir::AsmP…
Jacenty-And-Intel Feb 21, 2024
6d21138
Added f8E4M3FN and f8E5M2 support to existing QuantizedTypes (17.x) (…
AndreiFilipIntel Feb 22, 2024
c31c3a9
Customize memref->tensor conversion via dialect interface (#40)
andrey-golubev Feb 26, 2024
a54a281
Initialize pass options using pipeline options
nikita-kud Apr 15, 2024
aade30b
Fix compilation issue with MSVC
jschj May 7, 2024
0a0b9a1
SDL security fixes (#32)
Maxim-Doronin Jun 17, 2024
7157186
SDL fixes 2 (#43)
Maxim-Doronin Jun 18, 2024
cb75162
Port Ubunu-24 warning fixes to npu/release/18.x (#45)
DariaMityagina Jun 24, 2024
00a7a62
[mlir] Add --list-passes option to mlir-opt (#100420) (#52)
Natan-GabrielTiutiuIntel Aug 19, 2024
a42f200
Extend Quant dialect with Quantile Quantization type (#53)
sartil Aug 20, 2024
ca9319d
Bump certifi from 2024.6.2 to 2024.7.4 in /llvm/docs (#48)
dependabot[bot] Aug 27, 2024
13f9185
Bump certifi from 2023.7.22 to 2024.7.4 in /llvm/utils/git (#47)
dependabot[bot] Aug 27, 2024
58e9d5f
Extending QuantileQuantizedType with quantileType mlir::Type member (…
sartil Oct 3, 2024
4468529
[ADT] Require base equality in indexed_accessor_iterator::operator==(…
nikita-kud Oct 3, 2024
557d817
Bump cryptography from 42.0.4 to 43.0.1 in /llvm/utils/git (#59)
dependabot[bot] Oct 8, 2024
56dadd9
Bump cryptography and certifi versions (#65)
Maxim-Doronin Oct 8, 2024
3a40838
Relax negative scales conditions in Quant Dialect (#61)
ZoranZomborat Oct 10, 2024
bcbbfbd
Adding missing check in QuantileQuantizedPerAxisType::verify (#66)
sartil Oct 11, 2024
8a60826
Adding new quantileType types to mlir test (#85)
sartil Nov 19, 2024
0b5fcc0
[E-91941] OpPrintingFlag for allowing printing constants as hex
hrotuna Sep 1, 2023
9c6964a
Add Value back to SideEffectInterfaces
rayngun Mar 21, 2025
f1c86a9
Expose TimingManager OutputTextStrategy
rayngun Mar 21, 2025
1239d75
EISW-161791 Adding -D macro to avoid compilation failure of mlir-src-…
dhawalsr Mar 21, 2025
1e5167f
EISW-161791 Setting LLVM_ENABLE_ABI_BREAKING_CHECKS macro to 0 to ens…
dhawalsr Mar 28, 2025
72e6b4f
Revert "[mlir][Symbol] Add verification that symbol's parent is a Sym…
rayngun Mar 24, 2025
5fdd082
Revert "[mlir][Pass] Handle escaped pipline option values (#97667)"
rayngun Apr 4, 2025
39aeb12
Disable TosaToTensor
ArtemySkrebkov Aug 30, 2024
8252ec2
Disable XeGPU
ArtemySkrebkov Aug 30, 2024
b76cbf5
Linux precommit (#88)
Maxim-Doronin Nov 15, 2024
7920e83
GitHub Workflow changes
rayngun Mar 19, 2025
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
139 changes: 1 addition & 138 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -12,141 +12,4 @@
# https://llvm.org/docs/DeveloperPolicy.html#code-owners, as well as the
# CODE_OWNERS.txt files in the respective subproject directories.

/libcxx/ @llvm/reviewers-libcxx
/libcxxabi/ @llvm/reviewers-libcxxabi
/libunwind/ @llvm/reviewers-libunwind
/runtimes/ @llvm/reviewers-libcxx

/llvm/lib/Analysis/BasicAliasAnalysis.cpp @nikic
/llvm/lib/Analysis/InstructionSimplify.cpp @nikic
/llvm/lib/Analysis/LazyValueInfo.cpp @nikic
/llvm/lib/Analysis/ScalarEvolution.cpp @nikic
/llvm/lib/Analysis/ValueTracking.cpp @nikic
/llvm/lib/IR/ConstantRange.cpp @nikic
/llvm/lib/IR/Core.cpp @nikic
/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp @nikic
/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp @nikic
/llvm/lib/Transforms/InstCombine/ @nikic

/clang/include/clang/Sema/Sema.h @Endilll
/clang/test/CXX/drs/ @Endilll
/clang/www/cxx_dr_status.html @Endilll
/clang/www/make_cxx_dr_status @Endilll

clang/lib/AST/Interp/ @tbaederr
clang/test/AST/Interp/ @tbaederr

/clang/include/clang/CIR @lanza @bcardosolopes
/clang/lib/CIR @lanza @bcardosolopes
/clang/tools/cir-* @lanza @bcardosolopes

/lldb/ @JDevlieghere

# MLIR Interfaces.
/mlir/include/mlir/Interfaces/TilingInterface.* @MaheshRavishankar @nicolasvasilache
/mlir/lib/Interfaces/TilingInterface.* @MaheshRavishankar @nicolasvasilache
/mlir/include/mlir/Interfaces/ValueBoundsOpInterface.* @matthias-springer
/mlir/lib/Interfaces/ValueBoundsOpInterface.* @matthias-springer
/mlir/**/ValueBoundsOpInterfaceImpl.* @matthias-springer
/mlir/include/mlir/Interfaces/RuntimeVerifiableOpInterface.* @matthias-springer
/mlir/lib/Interfaces/RuntimeVerifiableOpInterface.* @matthias-springer
/mlir/**/RuntimeVerifiableOpInterfaceImpl.* @matthias-springer
/mlir/include/mlir/Interfaces/SubsetOpInterface.* @matthias-springer
/mlir/lib/Interfaces/SubsetOpInterface.* @matthias-springer
/mlir/**/SubsetOpInterfaceImpl.* @matthias-springer
/mlir/include/mlir/Interfaces/DestinationStyleOpInterface.* @matthias-springer
/mlir/lib/Interfaces/DestinationStyleOpInterface.* @matthias-springer

# Bufferization Dialect in MLIR.
/mlir/include/mlir/Dialect/Bufferization @matthias-springer
/mlir/lib/Dialect/Bufferization @matthias-springer
/mlir/**/BufferizableOpInterfaceImpl.* @matthias-springer
/mlir/Dialect/*/Transforms/Bufferize.cpp @matthias-springer

# Linalg Dialect in MLIR.
/mlir/include/mlir/Dialect/Linalg @dcaballe @nicolasvasilache @rengolin
/mlir/lib/Dialect/Linalg @dcaballe @nicolasvasilache @rengolin
/mlir/lib/Dialect/Linalg/Transforms/DecomposeLinalgOps.cpp @MaheshRavishankar @nicolasvasilache
/mlir/lib/Dialect/Linalg/Transforms/DropUnitDims.cpp @dcaballe @MaheshRavishankar @nicolasvasilache
/mlir/lib/Dialect/Linalg/Transforms/ElementwiseOpFusion.cpp @MaheshRavishankar @nicolasvasilache
/mlir/lib/Dialect/Linalg/Transforms/DataLayoutPropagation.cpp @hanhanW @nicolasvasilache
/mlir/lib/Dialect/Linalg/Transforms/Transforms.cpp @dcaballe @hanhanW @nicolasvasilache
/mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp @banach-space @dcaballe @hanhanW @nicolasvasilache

# MemRef Dialect in MLIR.
/mlir/lib/Dialect/MemRef/Transforms/EmulateNarrowType.cpp @MaheshRavishankar @nicolasvasilache

# Vector Dialect in MLIR.
/mlir/**/*AMX* @aartbik @dcaballe
/mlir/**/*Neon* @banach-space @dcaballe @nicolasvasilache
/mlir/**/*SME* @banach-space @dcaballe @nicolasvasilache
/mlir/**/*SVE* @banach-space @dcaballe @nicolasvasilache
/mlir/**/*VectorInterfaces* @dcaballe @nicolasvasilache
/mlir/**/*VectorToSCF* @banach-space @dcaballe @matthias-springer @nicolasvasilache
/mlir/**/*VectorToLLVM* @banach-space @dcaballe @nicolasvasilache
/mlir/**/*X86Vector* @aartbik @dcaballe @nicolasvasilache
/mlir/include/mlir/Dialect/Vector @banach-space @dcaballe @nicolasvasilache
/mlir/include/mlir/Dialect/Vector/IR @kuhar
/mlir/lib/Dialect/Vector @banach-space @dcaballe @nicolasvasilache
/mlir/lib/Dialect/Vector/Transforms/* @banach-space @dcaballe @hanhanW @nicolasvasilache
/mlir/lib/Dialect/Vector/Transforms/VectorEmulateNarrowType.cpp @banach-space @dcaballe @MaheshRavishankar @nicolasvasilache
/mlir/**/*EmulateNarrowType* @dcaballe @hanhanW

# Presburger library in MLIR
/mlir/**/*Presburger* @Groverkss @Superty

# Tensor Dialect in MLIR.
/mlir/lib/Dialect/Tensor/IR/TensorTilingInterfaceImpl.cpp @hanhanW @nicolasvasilache
/mlir/lib/Dialect/Tensor/Transforms/* @hanhanW @nicolasvasilache

# Transform Dialect in MLIR.
/mlir/include/mlir/Dialect/Transform/* @ftynse @nicolasvasilache
/mlir/lib/Dialect/Transform/* @ftynse @nicolasvasilache
/mlir/**/*TransformOps* @ftynse @nicolasvasilache

# SPIR-V Dialect in MLIR.
/mlir/**/SPIRV/ @antiagainst @kuhar
/mlir/**/SPIRVTo*/ @antiagainst @kuhar
/mlir/**/*ToSPIRV/ @antiagainst @kuhar
/mlir/tools/mlir-tblgen/SPIRVUtilsGen.cpp @antiagainst @kuhar

# MLIR Sparsifier.
/mlir/**/*SparseTensor*/ @aartbik @PeimingLiu @yinying-lisa-li @matthias-springer

# MLIR NVGPU Dialect
/mlir/**/NVGPU*/ @grypp
/mlir/test/**/CUDA/ @grypp

# MLIR NVVM Dialect in MLIR
/mlir/**/LLVMIR/**/BasicPtxBuilderInterface* @grypp
/mlir/**/NVVM* @grypp

# MLIR Index Dialect
/mlir/**/Index* @mogball

# MLIR Python Bindings
/mlir/test/python/ @ftynse @makslevental @stellaraccident
/mlir/python/ @ftynse @makslevental @stellaraccident

# MLIR Mem2Reg/SROA
/mlir/**/Transforms/Mem2Reg.* @moxinilian
/mlir/**/Transforms/SROA.* @moxinilian

# BOLT
/bolt/ @aaupov @maksfb @rafaelauler @ayermolo @dcci

# Bazel build system.
/utils/bazel/ @rupprecht @keith

# InstallAPI and TextAPI
/llvm/**/TextAPI/ @cyndyishida
/clang/**/InstallAPI/ @cyndyishida
/clang/tools/clang-installapi/ @cyndyishida

# ExtractAPI
/clang/**/ExtractAPI @daniel-grumberg

# DWARFLinker, dwarfutil, dsymutil
/llvm/**/DWARFLinker/ @JDevlieghere
/llvm/**/dsymutil/ @JDevlieghere
/llvm/**/llvm-dwarfutil/ @JDevlieghere
* @intel/npu-plugin-llvm-maintain
15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Summary
> Please add a short but exhaustive summary why you think your pull request is useful

## JIRA ticket

* E-xxxxx

## Related PR in NPU Compiler and/or OpenVINO repository with sub-module update

* PR-xxx

### Other related tickets
> List tickets for additional work, eg, something was found during review but you agreed to address it in another Jira

* E-xxxxx
45 changes: 45 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,48 @@ updates:
llvm-docs-requirements:
patterns:
- "*"

- package-ecosystem: docker
directory: /.github/workflows/containers/github-action-ci
schedule:
interval: daily

- package-ecosystem: docker
directory: /bolt/utils/docker
schedule:
interval: daily

- package-ecosystem: nuget
directory: /clang/tools/clang-format-vs/ClangFormat
schedule:
interval: daily

- package-ecosystem: docker
directory: /clang/tools/clang-fuzzer
schedule:
interval: daily

- package-ecosystem: docker
directory: /clang/utils/analyzer
schedule:
interval: daily

- package-ecosystem: pip
directory: /clang/utils/analyzer
schedule:
interval: daily

- package-ecosystem: pip
directory: /flang/examples/FlangOmpReport
schedule:
interval: daily

- package-ecosystem: docker
directory: /libc/utils/buildbot
schedule:
interval: daily

- package-ecosystem: docker
directory: /libcxx/utils/ci
schedule:
interval: daily
29 changes: 0 additions & 29 deletions .github/new-issues-labeler.yml

This file was deleted.

Loading
Loading