- 703863b Mention stable and nightly python releases in more places. (#14466) by Scott Todd · 1 year, 9 months ago
- d78a804 Integrate llvm-project at 37937b8a040c (#14469) by Han-Chung Wang · 1 year, 9 months ago
- 299e16a Remove `RematerializeParallelOps` pass. (#14453) by MaheshRavishankar · 1 year, 9 months ago
- 9a79c33 Fix integrate scripts to throw an error if bump-branch already exists. (#14463) by Murali Vijayaraghavan · 1 year, 9 months ago
- c2fbeaf ukernels: mmt4d: basic `f16` kernels converting to `f32` on x86-64 and arm64 (#14467) by bjacob · 1 year, 9 months ago
- 76caed4 [StableHLO] Clean up HLO to Linalg (Part 2/2) (#14462) by Jakub Kuderski · 1 year, 9 months ago
- 306ce1e Integrate llvm-project at 6c30b7886919 (#14460) by Han-Chung Wang · 1 year, 9 months ago
- c394c3e Enable EfficientNet models for x86 experimental benchmark suites. (#14459) by Han-Chung Wang · 1 year, 9 months ago
- 3d3d809 Legalize unsigned edge case for zero-extent `tensor.empty` (#14447) by Rob Suderman · 1 year, 9 months ago
- 1f1f4b7 [StableHLO] Clean up HLO to Linalg (Part 1/k) (#14450) by Jakub Kuderski · 1 year, 9 months ago
- 53e26c4 Move elementwise ukernels into vmvx/, the only user. (#14430) by bjacob · 1 year, 9 months ago
- 70d67c2 Clarify which ukernels are used on which backends. (#14455) by bjacob · 1 year, 9 months ago
- 471f841 Tweak zero-extent removal for multi-return operations (#14448) by Rob Suderman · 1 year, 9 months ago
- c423d15 [Flow] Avoid collapsing reduction dimensions on pre-formed dispatches (#14435) by Max191 · 1 year, 9 months ago
- 2ea894f Add stack allocation check back to x86 experimental-flags benchmarks (#14442) by Han-Chung Wang · 1 year, 9 months ago
- 80312af [IREEInput] Add top level SCF to CFG conversion to input pipeline (#14449) by Eugene Zhulenev · 1 year, 9 months ago
- 2e8424b [CPU] Fix tile sizes adjustment for pack op with outer_dims_perm. (#14441) by Han-Chung Wang · 1 year, 9 months ago
- c003beb Make a couple of things configurable in setup.py scripts. (#14443) by Stella Laurenzo · 1 year, 9 months ago
- d2a6b85 Fixing StableHLO->linalg assumption on element attrs type. (#14436) by Ben Vanik · 1 year, 9 months ago
- 2d053fd Avoid performing fusion on operations with `flow.dispatch.region` or `flow.dispatch.workgroups` operations. (#14433) by MaheshRavishankar · 1 year, 9 months ago
- 7e353e0 In ireeCompilerRegisterDialects, register all global plugin dialects. (#14432) by Stella Laurenzo · 1 year, 9 months ago
- 713cd49 Drop HAL descriptor types when converting to LLVM (#13734) by Quinn Dawkins · 1 year, 9 months ago
- 9b775b4 [Transform] Add subgroup size setting when mapping to gpu threads (#14309) by Quinn Dawkins · 1 year, 9 months ago
- 5bee76d [IREEInput] Add missing iree_input.buffer_view.create builders (#14429) by Eugene Zhulenev · 1 year, 9 months ago
- d37ccad Switch x86 experimental-flags benchmarks to data tiling + ukernels. (#14422) by Han-Chung Wang · 1 year, 9 months ago
- cc17862 Add StableHLO canonicalizer pattern to rewrite zero-extent tensors as empty tensors. (#14424) by NatashaKnk · 1 year, 9 months ago
- 437a4e3 [CPU] Enable 'iree-llvmcpu-reassociate-fp-reductions' by default (#13822) by Han-Chung Wang · 1 year, 9 months ago
- 9ce12a0 Add @qedawkins to TransformStrategies CODEOWNERS (#14428) by Quinn Dawkins · 1 year, 9 months ago
- 1b13966 [LLVMCPU] Add support for using multiple lowering_config. (#14068) by Han-Chung Wang · 1 year, 9 months ago
- 2c45bc1 Keep `(pad + set_encoding)` pairs as-is to be later folded into `tensor.pack` (#14421) by bjacob · 1 year, 9 months ago
- 529fe69 Add option to initiate compilation from a specified phase (#14413) by Quinn Dawkins · 1 year, 9 months ago
- be8437f Refresh reference/bindings/ website pages. (#14380) by Scott Todd · 1 year, 9 months ago
- 280b14b Remove explicit Bazel public visibility from targets. (#14419) by Scott Todd · 1 year, 9 months ago
- f51113a Integrate llvm-project at llvm/llvm-project@b16372c (#14391) by Jakub Kuderski · 1 year, 9 months ago
- bfe32bd [TransformStrategies] Add implicit gemm for aligned convolutions in CUDA (#13449) by Quinn Dawkins · 1 year, 9 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
- 49335b7 [CodeGen] Remove IREE folding patterns from ConcretizePadResultShape. (#14408) by Han-Chung Wang · 1 year, 9 months ago
- dfb2e29 [NFC] Fixes style nits for StableHLOToStableHLO preprocessing. (#14409) by Han-Chung Wang · 1 year, 9 months ago
- 05ec88d Link to website overview slides in docs/README.md. (#14400) by Scott Todd · 1 year, 9 months ago
- 90499dd Adding native (non-VMA) Vulkan allocator behind a flag. (#14389) by Ben Vanik · 1 year, 9 months ago
- b89e757 Remove zero-extent inputs from concat by mariecwhite · 1 year, 9 months ago
- 093afb7 Populate outer parallel loops for UnsetEncodingOp (#12289) by Jerry Wu · 1 year, 9 months ago
- 2184784 Make slices take iter_args in TileAndFuse when they are equivalent. (#14311) by Han-Chung Wang · 1 year, 9 months ago
- 6e48383 Update benchmark artifacts by mariecwhite · 1 year, 9 months ago
- deb69a2 Generate doc pages for iree-dialects. (#14388) by Scott Todd · 1 year, 9 months ago
- 80fd032 Improved f16/bf16 <-> f32 software conversions. (#14392) by bjacob · 1 year, 9 months ago
- 554d40a [CodeGen] Introduce EraseDeadAllocAndStores pass. (#14365) by Han-Chung Wang · 1 year, 9 months ago
- 93e492b Set bypassL1 correctly (#14386) by Guray Ozen · 1 year, 9 months ago
- 6e49915 Add `fold_tensor_slice_into_transfer` tests (#14390) by Jakub Kuderski · 1 year, 9 months ago
- 1daa65c Adds support for serialization of sub-byte aligned element types. (#14370) by Ben Vanik · 1 year, 9 months ago
- 24295aa Fix bug that doesn't propagate unsigned integers from stablehlo.scatter into linalg_ext.scatter (#14354) by NatashaKnk · 1 year, 9 months ago
- a3a5a8c Fix setup job for non-ci.yml workflow (#14387) by Jerry Wu · 1 year, 9 months ago
- 17d1c85 Update tile and decompose attention pass (#13950) by harsh-nod · 1 year, 9 months ago
- b65599c Integrate llvm-project at llvm/llvm-project@82371e6 (#14373) by Jakub Kuderski · 1 year, 9 months ago
- c48862f Fix link to detailed contributing doc. by Scott Todd · 1 year, 9 months ago
- 6581733 Fix mnist_train_test.py issues on Windows (verified locally). by Stella Laurenzo · 1 year, 9 months ago
- 523d323 Fix mnist_train_test to not delete its vmfb while in use. by Stella Laurenzo · 1 year, 9 months ago
- 00ab750 [spirv] Add basic lowering pipeline without tiling and distribution (#14377) by Lei Zhang · 1 year, 9 months ago
- b7c942a Make system_api.load_vm_flatbuffer_file mmap the file. (#14333) by Stella Laurenzo · 1 year, 9 months ago
- 0dce100 Document some useful commands for monitoring GitHub runners rollout (#14375) by Geoffrey Martin-Noble · 1 year, 9 months ago
- a68cc42 Change nanobind include to quoted form (#14376) by Jacques Pienaar · 1 year, 9 months ago
- 5ae0d15 Switch CMake to build libIREECompiler.so without explicit export lists. (#14357) by Stella Laurenzo · 1 year, 9 months ago
- e1e05d8 Adding iree_hal_vulkan_native_buffer_t. (#14374) by Ben Vanik · 1 year, 9 months ago
- 3f71a2f Correctly disable test on Windows only. by Stella Laurenzo · 1 year, 9 months ago
- 8c478b4 [LLVMCPU] Renaming distribution and vectorization related variables. (#13924) by Han-Chung Wang · 1 year, 9 months ago
- 7b9381d Temporarily disable compiler api_test.py on Windows to unbreak CI. by Stella Laurenzo · 1 year, 9 months ago
- dad3f33 [cuda] Enable various HAL CTS and e2e single-op tests (#14327) by Lei Zhang · 1 year, 9 months ago
- 69a5481 [cuda] Port over existing graph command buffer impl (#14326) by Lei Zhang · 1 year, 9 months ago
- 9ff5234 Removing dead VM serialization rodata encoding. (#14368) by Ben Vanik · 1 year, 9 months ago
- 1d5e20a Assert when `createTargetMachine` fails (#13990) by bjacob · 1 year, 9 months ago
- 62a7f35 Make IREE_COMPILER_BUILTIN_PLUGIN_PATHS extensible by super-projects. (#14356) by Stella Laurenzo · 1 year, 9 months ago
- 0061355 Change LinalgExt::EncodingAttr from enum to structured. (#14336) by bjacob · 1 year, 9 months ago
- 4086bd6 Integrate llvm-project at llvm/llvm-project@dbaa5838c13e (#14351) by Jakub Kuderski · 1 year, 9 months ago
- 0634080 Remove myself from CODEOWNERS (#14366) by Geoffrey Martin-Noble · 1 year, 9 months ago
- c890923 Update scripting and README to enable canarying with single-instance a100 groups (#14361) by Geoffrey Martin-Noble · 1 year, 9 months ago
- 8ae0f52 Reland "Implement CI job optionality (#14312)" (#14362) by Geoffrey Martin-Noble · 1 year, 9 months ago
- 3df82af Add ctypes based Python API for compiler embedding C API. (#14360) by Stella Laurenzo · 1 year, 9 months ago
- 8d631dd Makes --iree-input-type an open namespace and adds a plugin extension for it. (#14358) by Stella Laurenzo · 1 year, 9 months ago
- 05cec80 Fix concurrency control conflicts with workflow name (#14355) by Jerry Wu · 1 year, 9 months ago
- faa0f69 Make the MLIRInterop.h APIs more ergonomic. (#14359) by Stella Laurenzo · 1 year, 9 months ago
- 36a8d57 Update contributor tips (#14331) by Geoffrey Martin-Noble · 1 year, 9 months ago
- aae14f2 Use `complex.cast` instead of manual bitshifting manipulations. (#14328) by Rob Suderman · 1 year, 9 months ago
- 2f4d5ac Update GitHub Actions Runner to 2.306.0 (#14352) by Geoffrey Martin-Noble · 1 year, 9 months ago
- 04beef2 [cuda] Port over existing semaphore impl (#14325) by Lei Zhang · 1 year, 9 months ago
- d01a83c Make ukernel code inlinable down to arch-specific function pointer selection. (#14283) by bjacob · 1 year, 9 months ago
- 80b694f Add support for uint-type input for chlo.topk->linalg_ext lowering (#14329) by NatashaKnk · 1 year, 9 months ago
- 2888d40 Add explicit homepage to website extra section. (#14350) by Scott Todd · 1 year, 9 months ago
- fc521f9 Improve buffer handling in WebGPU sample. (#14163) by Scott Todd · 1 year, 9 months ago
- 0994923 [Stream] Add tests for optimization barrier legality (#14315) by Eugene Zhulenev · 1 year, 9 months ago
- 6867577 Add a "IREE developer tips and tricks" guide. (#14254) by Scott Todd · 1 year, 10 months ago
- 69eb9ca Remove the ukernels standalone plugin (#14339) by bjacob · 1 year, 10 months ago
- ac34d7b [NFC] IREEInput/Util: Simplify loops with llvm range helpers (#14334) by Eugene Zhulenev · 1 year, 10 months ago
- 095643b Integrate llvm-project at 7a749fe94bb7 (#14341) by Han-Chung Wang · 1 year, 10 months ago
- 5d96935 Fix warnings that `${arch}-unknown-unknown-eabi-elf` was not a correct triple (#14340) by bjacob · 1 year, 10 months ago
- 68350cb Revert "Implement CI job optionality" (#14344) by Scott Todd · 1 year, 10 months ago
- 82cfc9d Remove `configure_ci.py` from `post_benchmark_comment.yaml` (#14343) by Jerry Wu · 1 year, 10 months ago
- 1ca7e79 Use name instead of ID for benchmark artifacts and targets (#14219) by Jerry Wu · 1 year, 10 months ago
- 55b4d17 Integrate llvm-project at d6e9efab8 (#14304) by Han-Chung Wang · 1 year, 10 months ago
- 3a8e511 Add missing concurrency control in workflows (#14335) by Jerry Wu · 1 year, 10 months ago
- edf18a5 Implement a timeout for benchmarking through python bindings. (#14261) by Kojo Acquah · 1 year, 10 months ago