- bb542ee [LLVMGPU] Add Virtual MFMA layout that maximizes load through adjusted K-width (#18930) by Stanley Winata · 5 months ago
- 8ce8bed Simplifications in e2e matmul tests (#18889) by Benoit Jacob · 5 months ago
- 225baf2 Add e2e tests for F8E5M2FNUZ and F8E4M3FNUZ data-tiled MFMA on CDNA3 (#18888) by Benoit Jacob · 5 months ago
- eb15493 e2e matmul test improvements (#18725) by Benoit Jacob · 6 months ago
- 84ac47b [LLVMGPU] Switch LLVMGPUVectorDistribute to use iree_gpu.lowering_config (#18651) by Kunwar Grover · 6 months ago
- 7050033 [Codegen][GPU] Add support for WMMA_I32_16x16x16_I8 (#18372) by Quinn Dawkins · 7 months ago
- 95d5562 [vulkan] Update default RDNA GPU subgroup size to 32 (#18207) by Nithin Meganathan · 7 months ago
- e9e24f8 [GPU] Follow the official naming convention for WMMA attributes. (#18147) by Han-Chung Wang · 8 months ago
- 31bfc93 [GPU] Fix e2e matmul generator to extract the input element type. (#18140) by Han-Chung Wang · 8 months ago
- ca24b96 [GPU] Updates mfma/wmma attribute names in the matmul test generator. (#18134) by Han-Chung Wang · 8 months ago
- ae00c4f Revert "Revert "[LLVMGPU][ROCm] Add MFMA_F32_16x16x4_F32 instruction"… (#17921) by Prashant Kumar · 8 months ago
- 6a82eb5 Add F8_16x16x32_F32 support for MFMA (#17792) by Stanley Winata · 9 months ago
- 02c2000 Revert "[LLVMGPU][ROCm] Add MFMA_F32_16x16x4_F32 instruction" (#17894) by Scott Todd · 9 months ago
- d65c6d4 [LLVMGPU][ROCm] Add MFMA_F32_16x16x4_F32 instruction (#17847) by Prashant Kumar · 9 months ago
- dcba7c5 [LLVMGPU][ROCm] Plumb through i8, i8 -> i32 MFMA intrinsics (#17764) by Jakub Kuderski · 9 months ago
- 695e193 [Codegen] Change CompilationInfoAttr to take a lowering config interface (#17752) by Quinn Dawkins · 9 months ago
- c1cfbfc Add WMMA to matmul test suite for LLVMGPUVectorDistribute (#17285) by Kunwar Grover · 11 months ago
- 7b144fc Cleanup: Drop import yaml in generate script (#17253) by Nancy Yuen · 11 months ago
- 313c4d7 [LLVMGPU] Remove redundant fields from mma_schedule (#17195) by Kunwar Grover · 11 months ago
- 3dde925 [VectorDistribution] Add distribution pattern for vector::MultiDimReductionOp (#17076) by Kunwar Grover · 11 months ago
- 954cb36 Move Codegen pass pipelines to nest on `FunctionOpInterface`. (#16665) by MaheshRavishankar · 12 months ago
- 3cce7fc Add the conv2d test generator (for NCHW-FCHW layout). (#16849) by Prashant Kumar · 12 months ago
- 2c88e49 [LLVMGPU] Wmma layout for LLVMGPU vector distribute pipeline (#16928) by Stanley Winata · 12 months ago
- d7de68a [matmul] Add transpose B matrix coverage for CDNA3 (#16558) by Lei Zhang · 1 year, 1 month ago
- 8ec45ca [rocdl] Fix mfma accumulator base vector type (#16549) by Lei Zhang · 1 year, 1 month ago
- cf3903c [rocdl] Add e2e matmul test for cdna3 matrix core (#16510) by Lei Zhang · 1 year, 1 month ago
- a957fde Add a reference matmul to e2e matmul tests (#16280) by Nirvedh Meshram · 1 year, 2 months ago
- d7f0a2e [Codegen] Add a configuration attribute dict to translation info (#16224) by Quinn Dawkins · 1 year, 2 months ago
- 7472237 Working around bug with aliasing in-place input->output flows. by Ben Vanik · 1 year, 2 months ago
- f2952ab Replacing iree-e2e-matmul-test with one using IR instead of YAML. by Ben Vanik · 1 year, 2 months ago
- aa5602d Improvements to e2e matmul tests (take 2) (#15259) by bjacob · 1 year, 5 months ago
- eb9b8b6 Revert "Improvements to e2e matmul tests" (#15252) by bjacob · 1 year, 5 months ago
- 71c22da Improvements to e2e matmul tests (#15243) by bjacob · 1 year, 5 months ago
- 1a63564 Refactor IREECodegenAttrs to use typed array parameters (#15032) by Benjamin Maxwell · 1 year, 6 months ago
- 699b34c [vulkan] Add e2e coop matrix f16 matmul test (#15058) by Jakub Kuderski · 1 year, 6 months ago
- 09685ee data-tiling: introduce `upper_bound_tile_size` op to defer padding-size choice to MaterializeEncoding. (#14349) by bjacob · 1 year, 9 months ago
- be24f02 Use Black to format Python files (#14161) by Jakub Kuderski · 1 year, 9 months ago
- 1038648 [TransformStrategies] Add support for aligned and partially aligned matmul (#13541) by Quinn Dawkins · 1 year, 10 months ago
- 61551c0 [LLVMGPU] Turn on TD strategy for unaligned matmul (#13492) by Thomas · 1 year, 10 months ago
- a8daf0e e2e matmul test improvements (#13657) by bjacob · 1 year, 11 months ago
- e2151d3 [LLVMGPU][NFC] Break up mma.sync into its own codegen pipeline (#12582) by Thomas · 2 years, 1 month ago
- 380bde7 Renaming `--iree-llvm-` CPU flags to `--iree-llvmcpu-`. by Ben Vanik · 2 years, 1 month ago
- 2231682 Adds Native Tensor Core (F16) Support [mma.sync.16816.f16.f16 and ldmatrix] (#11817) by Manish Gupta · 2 years, 2 months ago
- 0a6cdf0 Add support for GEMM e2e Test For CUDA backend on F16 input (#10842) by Manish Gupta · 2 years, 5 months ago
- 2500a0a [spirv] NFC: Rename existing pipelines to be consistent (#10735) by Lei Zhang · 2 years, 6 months ago
- 5a31f58 [spirv] Add support for user specified configuration (#10430) by harsh-nod · 2 years, 6 months ago
- 27ded29 Remove tooling/cpu_features, switch to base/internal/cpu. (#10303) by bjacob · 2 years, 7 months ago
- 22e6bd4 try to be compatible with more pyyaml versions (#10206) by bjacob · 2 years, 7 months ago
- 748bcd2 Move iree/test/ to tests/. (#9203) by Scott Todd · 2 years, 10 months ago[Renamed from iree/test/e2e/matmul/generate_e2e_matmul_tests.py]
- 5a00d42 Add software pipeline depth to lowering config (#9114) by nirvedhmeshram · 2 years, 11 months ago
- 2a646db Integrate llvm-project to 25cd6fba983a and bump dependencies. (#9094) by Han-Chung Wang · 2 years, 11 months ago
- fcd7201 Enable matmul e2e tests for Vulkan (#8998) by Lei Zhang · 3 years ago
- 3bc3041 iree-e2e-matmul-test improvements (#8729) by bjacob · 3 years ago
- 2453fe5 matmul test, remove native_vector[] from config (#8857) by Thomas · 3 years ago
- f0f64ca rename func to func.func (#8690) by Thomas · 3 years ago
- 7f2972c Replace all compilation uses of iree-translate with iree-compile. (#8576) by Stella Laurenzo · 3 years ago
- c963723 Move e2e matmul tests to own directory (#8520) by bjacob · 3 years, 1 month ago[Renamed from iree/test/e2e/regression/generate_e2e_matmul_tests.py]
- dd45fad Fix generated form of the `CompilationInfoAttr`. (#8512) by MaheshRavishankar · 3 years, 1 month ago
- 03e7f17 Cleanup `LoweringConfigAttr`, `TranslationInfoAttr` and `CompilationInfoAttr` (#8504) by MaheshRavishankar · 3 years, 1 month ago
- da06cc9 Set configuration using untiled operations. (#8446) by MaheshRavishankar · 3 years, 1 month ago
- 7f11465 e2e matmul testing for compilation infos on gpu (#8428) by Kojo Acquah · 3 years, 1 month ago
- 372bf2b test fewer shapes in e2e matmul tests (#8448) by bjacob · 3 years, 1 month ago
- 4662c1b aarch64 +i8mm kernels, plus necessary infra. (#8316) by bjacob · 3 years, 1 month ago
- d0a79c4 Generate arm intrinsics for MMT4D (#7751) by Geoffrey Martin-Noble · 3 years, 2 months ago
- bdf08df e2e matmul tests: generate more "tame" mixed shapes (#7592) by bjacob · 3 years, 5 months ago
- 1e4f62e Minor commenting in generate_e2e_matmul_tests.py (#7566) by bjacob · 3 years, 5 months ago
- 67c8d3f Trim e2e matmul tests and share MLIR code across testcases (#7475) by bjacob · 3 years, 5 months ago
- 109fcfd Use dataclasses and enums in generate_e2e_matmul_tests.py (#7441) by bjacob · 3 years, 5 months ago
- 1c95d1a enable mixed-shapes testcases (#7440) by bjacob · 3 years, 5 months ago
- 5feef48 end-to-end matmul tests (#7347) by bjacob · 3 years, 5 months ago