Commit fc4ff4a
authored
Bump iree to iree-org/iree@dd7c03e (#1377)
Signed-off-by: Yu-Zhewen <[email protected]>1 parent 043eb11 commit fc4ff4a
1 file changed
+1
-1
lines changed- .github/CODEOWNERS+1
- MODULE.bazel+12-1
- compiler/plugins/input/Torch/InputConversion/Passes.h+2-1
- compiler/src/iree/compiler/Codegen/Common/BUILD.bazel+4
- compiler/src/iree/compiler/Codegen/Common/CMakeLists.txt+4
- compiler/src/iree/compiler/Codegen/Common/EmulateNarrowType.cpp+5-2
- compiler/src/iree/compiler/Codegen/Common/IREECodegenAffineExpandIndexOps.cpp+41
- compiler/src/iree/compiler/Codegen/Common/IREECodegenFoldMemRefAliasOps.cpp+38
- compiler/src/iree/compiler/Codegen/Common/IREECodegenLowerAffine.cpp+53
- compiler/src/iree/compiler/Codegen/Common/IREEExpandStridedMetadata.cpp+4-1
- compiler/src/iree/compiler/Codegen/Common/Passes.td+15
- compiler/src/iree/compiler/Codegen/Dialect/GPU/TargetUtils/ConfigUtils.cpp+130-54
- compiler/src/iree/compiler/Codegen/ExternalInterfaces/GPUEncodingExternalModels.cpp+10
- compiler/src/iree/compiler/Codegen/LLVMCPU/Passes.cpp+2-3
- compiler/src/iree/compiler/Codegen/LLVMGPU/ConvertToROCDL.cpp+8-5
- compiler/src/iree/compiler/Codegen/LLVMGPU/Passes.cpp+20-11
- compiler/src/iree/compiler/Codegen/LLVMGPU/test/ROCDL/BUILD.bazel+1
- compiler/src/iree/compiler/Codegen/LLVMGPU/test/ROCDL/CMakeLists.txt+1
- compiler/src/iree/compiler/Codegen/LLVMGPU/test/ROCDL/config_direct_conv_tile_and_fuse.mlir+34-12
- compiler/src/iree/compiler/Codegen/LLVMGPU/test/ROCDL/pipeline_lower_to_llvmgpu.mlir+89
- compiler/src/iree/compiler/Codegen/SPIRV/Passes.cpp+1-1
- compiler/src/iree/compiler/Dialect/HAL/Transforms/BUILD.bazel+1
- compiler/src/iree/compiler/Dialect/HAL/Transforms/CMakeLists.txt+1
- compiler/src/iree/compiler/Dialect/HAL/Transforms/Passes.cpp+3-3
- compiler/src/iree/compiler/Dialect/LinalgExt/IR/AggregatedOpInterfaceImpl.cpp+206
- compiler/src/iree/compiler/Dialect/LinalgExt/IR/BUILD.bazel+1
- compiler/src/iree/compiler/Dialect/LinalgExt/IR/CMakeLists.txt+1
- compiler/src/iree/compiler/Dialect/LinalgExt/IR/LinalgExtOps.cpp+13-7
- compiler/src/iree/compiler/Dialect/LinalgExt/IR/LinalgExtOps.td+25-24
- compiler/src/iree/compiler/Dialect/LinalgExt/IR/LinalgExtPureOps.td+1-1
- compiler/src/iree/compiler/Dialect/LinalgExt/IR/TilingInterfaceImpl.cpp+6
- compiler/src/iree/compiler/Dialect/LinalgExt/IR/test/decompose_aggregate_op.mlir+80
- compiler/src/iree/compiler/Dialect/LinalgExt/IR/test/invalid.mlir+1-1
- compiler/src/iree/compiler/Dialect/LinalgExt/IR/test/roundtrip.mlir+68
- compiler/src/iree/compiler/Dialect/LinalgExt/Transforms/BUILD.bazel+1
- compiler/src/iree/compiler/Dialect/LinalgExt/Transforms/CMakeLists.txt+1
- compiler/src/iree/compiler/Dialect/LinalgExt/Transforms/DecomposeAggregatedOps.cpp+92
- compiler/src/iree/compiler/Dialect/LinalgExt/Transforms/Passes.td+12
- compiler/src/iree/compiler/Dialect/LinalgExt/Transforms/test/BUILD.bazel+5
- compiler/src/iree/compiler/Dialect/LinalgExt/Transforms/test/CMakeLists.txt+5
- compiler/src/iree/compiler/Dialect/LinalgExt/Transforms/test/decompose_aggregated_ops.mlir+91
- compiler/src/iree/compiler/Dialect/LinalgExt/Transforms/test/decompose_aggregated_ops_filtered.mlir+157
- compiler/src/iree/compiler/Dialect/LinalgExt/Transforms/test/decompose_aggregated_ops_invalid_bad_op_name.mlir+7
- compiler/src/iree/compiler/Dialect/LinalgExt/Transforms/test/decompose_aggregated_ops_invalid_unimplemented_interface.mlir+7
- compiler/src/iree/compiler/Dialect/LinalgExt/Transforms/test/decompose_aggregated_ops_noop.mlir+35
- compiler/src/iree/compiler/Dialect/Stream/Transforms/Passes.cpp+12
- compiler/src/iree/compiler/Dialect/Stream/Transforms/UnifyEncodingForGlobals.cpp+77-42
- compiler/src/iree/compiler/Dialect/Stream/Transforms/test/unify_encoding_for_globals.mlir+115
- compiler/src/iree/compiler/Dialect/Util/Transforms/FoldGlobals.cpp+4-1
- compiler/src/iree/compiler/Dialect/VM/Transforms/BUILD.bazel+1
- compiler/src/iree/compiler/Dialect/VM/Transforms/CMakeLists.txt+1
- compiler/src/iree/compiler/Dialect/VM/Transforms/Passes.cpp+3-2
- compiler/src/iree/compiler/Dialect/VMVX/Transforms/Passes.cpp+1-1
- compiler/src/iree/compiler/DispatchCreation/FoldUnitExtentDims.cpp+57-24
- compiler/src/iree/compiler/DispatchCreation/FormSplitReductionDispatches.cpp+6-1
- compiler/src/iree/compiler/DispatchCreation/test/fold_unit_dims.mlir+15
- compiler/src/iree/compiler/DispatchCreation/test/form_split_reduction_dispatches.mlir+43
- runtime/src/iree/builtins/device/device_generic.c+12
- tests/e2e/matmul/BUILD.bazel+3-121
- tests/e2e/matmul/CMakeLists.txt+40-40
- tests/external/iree-test-suites/onnx_ops/onnx_ops_cpu_llvm_sync_O0.json-3
- tests/external/iree-test-suites/onnx_ops/onnx_ops_cpu_llvm_sync_O2.json-3
- tests/external/iree-test-suites/sharktank_models/benchmarks/sdxl/clip_rocm.json+3-3
- tests/external/iree-test-suites/sharktank_models/benchmarks/sdxl/punet_int8_fp16_rocm.json+2-2
- tests/external/iree-test-suites/sharktank_models/benchmarks/sdxl/punet_int8_fp8_rocm.json+2-2
- tests/external/iree-test-suites/sharktank_models/benchmarks/sdxl/unet_fp16_rocm.json+3-3
- tests/external/iree-test-suites/sharktank_models/benchmarks/sdxl/vae_rocm.json+3-3
- tests/external/iree-test-suites/torch_models/llama_8b_fp16/decode_benchmark_seq2048_mi325.json+1-1
- tests/external/iree-test-suites/torch_models/llama_8b_fp16/prefill_benchmark_seq2048_mi325.json+1-1
- tests/external/iree-test-suites/torch_models/llama_8b_fp8/decode_benchmark_seq128_mi325.json+1-1
- tests/external/iree-test-suites/torch_models/llama_8b_fp8/prefill_benchmark_seq128_mi325_data_tiling.json+1-1
- tests/external/iree-test-suites/torch_models/llama_8b_fp8/prefill_benchmark_seq2048_mi325.json+1-1
- tests/external/iree-test-suites/torch_models/llama_8b_fp8/prefill_benchmark_seq2048_mi325_data_tiling.json+1-1
- tests/external/iree-test-suites/torch_models/sdxl/clip_compstat_gfx942.json+2-2
- tests/external/iree-test-suites/torch_models/sdxl/punet_compstat_gfx942.json+1-1
- tests/external/iree-test-suites/torch_models/sdxl/punet_compstat_gfx942_v2.json+1-1
- tests/external/iree-test-suites/torch_models/sdxl/punet_quality_gfx942.json+2-1
- third_party/llvm-project+1-1
0 commit comments