- 57b9239 Refine release build CMake options. (#14611) by Scott Todd · 1 year, 8 months ago
- 50f099f Integrate llvm-project at https://github.com/llvm/llvm-project/commit/dad9de0ae5360b18c890985d212bec266bf8c122 (#14635) by MaheshRavishankar · 1 year, 8 months ago
- 0a5be79 Delete stale objectives.md document. (#14625) by Scott Todd · 1 year, 8 months ago
- e46fd20 [CPU] Enable masking for single pack/unpack dispatch if supported. (#14632) by Han-Chung Wang · 1 year, 8 months ago
- 8267957 Read vmfb files in 2GB chunks to resolve fread issues on Android (#14617) by Surya Jasper · 1 year, 8 months ago
- 91099ae Initialize results of buffer.load.* ops to zero. (#14589) by Simon Camphausen · 1 year, 8 months ago
- ca51caa Making `iree-util-strip-and-splat-constants` use byte_patterns. (#14627) by Ben Vanik · 1 year, 8 months ago
- 038d2ba Work around scalar support bug in webgpu compilation. (#14629) by Scott Todd · 1 year, 8 months ago
- 1ef5acf Integrate llvm-project@679c076ae446 (#14573) by Okwan Kwon · 1 year, 8 months ago
- af3d2a1 Cherry-pick llvm-project d84450bc5123. (#14622) by Stella Laurenzo · 1 year, 8 months ago
- 9e60e00 [metal] Properly filter known failing tests (#14615) by Lei Zhang · 1 year, 8 months ago
- 1d0d8f7 Python API: Enforce C-Contiguous ndarray (#14613) by powderluv · 1 year, 8 months ago
- a9ff376 Avoid constant folding of operations not in the same scope as the constant. (#14612) by MaheshRavishankar · 1 year, 8 months ago
- 061c806 [Python API] Update device check (#14610) by powderluv · 1 year, 8 months ago
- cb33f73 Bump to KhronosGroup/SPIRV-Cross@bccaa94d (#14606) by Lei Zhang · 1 year, 8 months ago
- eeb6e80 Add a preprocessing pass to move entire function into a single dispatch. (#14578) by MaheshRavishankar · 1 year, 8 months ago
- dd89a32 [metal] Enable passing e2e model tests (#14604) by Lei Zhang · 1 year, 8 months ago
- 51a3d14 Fix workflow name in schedule_candidate_release. (#14602) by Scott Todd · 1 year, 8 months ago
- 31738a8 Build and publish Windows Python releases. (#14575) by Scott Todd · 1 year, 8 months ago
- 71a04d2 Update macOS build target to 13.0 for Metal3 (#14600) by powderluv · 1 year, 8 months ago
- a62652e Fix bug with stablehlo canonicalizer which reordered operations that had more than one use. (#14599) by NatashaKnk · 1 year, 8 months ago
- 4efb894 Update ukernel uint32_t date type usage (#14595) by CindyLiu · 1 year, 8 months ago
- cbe93c0 Replacing the use of cpuinfo on Windows with our own queries. (#14597) by Ben Vanik · 1 year, 8 months ago
- d9b7f6d [HAL] Remove incorrect buffer_view.buffer folding (#14590) by Eugene Zhulenev · 1 year, 8 months ago
- 1a0b3fd Add error message for InlineExecutables with unsupported variants. (#14593) by Scott Todd · 1 year, 8 months ago
- d5c9283 Fix runtime pointer direct cast (#14592) by CindyLiu · 1 year, 8 months ago
- b47ed8c [CPU] Add `contract` fast-math-flag to arith operations (#14551) by Diego Caballero · 1 year, 8 months ago
- d1d03cb [metal] Move to hal/drivers and default build for Apple silicon (#14129) by Lei Zhang · 1 year, 8 months ago
- b41df2f [metal] Retain iree_hal_device_t in command buffers (#14588) by Lei Zhang · 1 year, 8 months ago
- 9e14c22 Only emplace dispatch results up to the first unemplacable one. (#14581) by Ben Vanik · 1 year, 8 months ago
- 9643b0f Disable libyaml GCC unused-value warning temporarily (#14579) by CindyLiu · 1 year, 8 months ago
- 046627c Use ftello explicitly instead of ftell. (#14577) by Ben Vanik · 1 year, 8 months ago
- 9fa2998 Add canonicalizer that reorders unary elementwise ops and shape manipulation ops. (#14494) by NatashaKnk · 1 year, 8 months ago
- 3592c59 [SPIRV] Add transform dialect JIT mode (#14485) by Quinn Dawkins · 1 year, 8 months ago
- 1791958 Add simple pass to turn dense attributes into dense_resource attributes. (#14574) by Stella Laurenzo · 1 year, 8 months ago
- c35c88e Improving consteval support for non-ElementsAttrs attributes. (#14570) by Ben Vanik · 1 year, 8 months ago
- 3926ab7 Rework CFG detupling for nested regions (#14564) by Rob Suderman · 1 year, 8 months ago
- a5bfcd1 Add support for padding by complex values (#14367) by Rob Suderman · 1 year, 8 months ago
- 9d15f36 Adding `--module_mode=mmap` tooling flag. (#14563) by Ben Vanik · 1 year, 8 months ago
- 11276da Cherrypick D156965 to fix bytecode writer instability. (#14568) by Stella Laurenzo · 1 year, 8 months ago
- ac0b103 Avoid folding unit extent dims within pre-formed dispatches. (#14394) by MaheshRavishankar · 1 year, 8 months ago
- e450c61 Register Arm SME passes in mlir::registerMlirPasses() (#14396) by Benjamin Maxwell · 1 year, 8 months ago
- 83284b2 Fix VMVX StrideBufferDescriptor initialization (#14541) by CindyLiu · 1 year, 8 months ago
- 54a9cca Fix forward mid-air API collision on #14556. (#14562) by Stella Laurenzo · 1 year, 8 months ago
- 509d27c Searches for tools relative to the current libIREECompiler.so. (#14559) by Stella Laurenzo · 1 year, 8 months ago
- b2dc23d Update pinned runner version to 2.307.1 (#14561) by Jerry Wu · 1 year, 8 months ago
- 2e0657f Adding the `#util.byte_pattern` attribute. (#14556) by Ben Vanik · 1 year, 8 months ago
- 93f86d9 Integrate llvm-project@3eebf005ca07 (#14543) by Okwan Kwon · 1 year, 8 months ago
- a3d75cc Flip constexpr hoisting on globally. by Stella Laurenzo · 1 year, 8 months ago
- 0512707 Add SCF tuple flattening to StableHLO preprocessing (#14548) by Rob Suderman · 1 year, 8 months ago
- 45e9ff4 Running cleanup prior to iree-stream-outline-constants. by Ben Vanik · 1 year, 8 months ago
- 48f85e3 Rework consteval to use SerializableAttrInterface. by Stella Laurenzo · 1 year, 8 months ago
- 418f03e Loosen check for exact match of artifacts in compilation size benchmarks. by Stella Laurenzo · 1 year, 8 months ago
- 0fe3c02 Improving string builder growth and host allocator tracing. (#14557) by Ben Vanik · 1 year, 8 months ago
- 4e575a6 Revert "Add COPTS flag in iree_c_module rule (#14537)" (#14555) by CindyLiu · 1 year, 8 months ago
- 489d6bf Revert "Turn off GCC warnings from third_party libraries" (#14554) by Ben Vanik · 1 year, 8 months ago
- 328956d Adding common usage for downloading workflow input MLIR files. by Ben Vanik · 1 year, 8 months ago
- 3d4dc72 Add COPTS flag in iree_c_module rule (#14537) by CindyLiu · 1 year, 8 months ago
- fb8263f [Transform] Add transform.iree.pack_shared_memory_alloc (#14503) by Kunwar Grover · 1 year, 8 months ago
- b9c0623 Cherry-pick llvm/llvm-project@a0119437 (#14552) by Lei Zhang · 1 year, 8 months ago
- a1caa91 Move test_a100 to postsubmit-only (#14546) by Jerry Wu · 1 year, 8 months ago
- afedc36 Add i8 support to rng_bit_generator (#14483) by jvstokes · 1 year, 8 months ago
- af5b95b Turn off GCC warnings from third_party libraries (#14538) by CindyLiu · 1 year, 8 months ago
- cd3f195 Disable constexpr hoisting of types not explicitly known/allowed. (#14544) by Stella Laurenzo · 1 year, 8 months ago
- 8da7e9c Use default pipeline for dispatches with no compute ops. (#14514) by MaheshRavishankar · 1 year, 8 months ago
- e86779d [tf][py] Update function names (#14487) by Jacques Pienaar · 1 year, 8 months ago
- 93863d3 Fix MLIR Python bindings build in byo_llvm (#14411) by Jack Wolfard · 1 year, 8 months ago
- 24e9133 Integrate llvm-project at 2dc1a27449a9 (#14532) by Han-Chung Wang · 1 year, 8 months ago
- c888ed5 Fix some bugs in consteval related to different type combinations. (#14534) by Stella Laurenzo · 1 year, 8 months ago
- 791f7a5 Fix StreamOps lambda function (#14522) by CindyLiu · 1 year, 8 months ago
- 2a567bb Avoid strict aliasing violations in f16 builtins. (#14533) by Ben Vanik · 1 year, 8 months ago
- 8a91eca Reintroduce RematerializeParallelOpsPass as preprocessing (#14521) by Quinn Dawkins · 1 year, 8 months ago
- 01a763e Integrate llvm-project at 4706251a3186 (#14505) by Han-Chung Wang · 1 year, 8 months ago
- 9138128 Switch consteval to use llvm-cpu by default. (#14530) by Stella Laurenzo · 1 year, 8 months ago
- d4e3968 All-reduce Cuda E2E Python test (#14418) by Boian Petkantchin · 1 year, 8 months ago
- 0c58388 [cuda] Use proper symbols to fix compilation errors (#14523) by Lei Zhang · 1 year, 8 months ago
- b32e075 Isolate LLVMTarget in the llvm-cpu backend. (#14516) by Stella Laurenzo · 1 year, 8 months ago
- cf5d348 Cleanup runtime unused variable settings (#14519) by CindyLiu · 1 year, 8 months ago
- 0b49316 Assign variables with initial/default values (#14511) by CindyLiu · 1 year, 8 months ago
- fab1805 Adding iree_allocator_inline_arena and using it from VM tracing. (#14518) by Ben Vanik · 1 year, 8 months ago
- c1ecc6f Fix maybe uninitialized warning. (#14512) by harsh-nod · 1 year, 8 months ago
- 43774f6 Fix mismatched print format (#14517) by CindyLiu · 1 year, 8 months ago
- cc3e5f3 Cleanup assertion logic (#14510) by CindyLiu · 1 year, 8 months ago
- 268b6de Rework consteval to be more memory efficient. (#14504) by Stella Laurenzo · 1 year, 8 months ago
- 5087337 Document available phase names in tips and tricks guide. (#14509) by Scott Todd · 1 year, 8 months ago
- a16baf0 Iterate on C/Python bindings documentation. (#14482) by Scott Todd · 1 year, 8 months ago
- 9902af7 Fix executator_demo main (#14508) by CindyLiu · 1 year, 8 months ago
- 1a4c44b Zero extent replacement avoided when returned value is unused (#14461) by Rob Suderman · 1 year, 8 months ago
- a83e543 Add sub-byte emulation support to llvm-cpu and vulkan backend. (#14488) by MaheshRavishankar · 1 year, 8 months ago
- 73b00a0 In Python API create devices with default collectives channel provider (#14384) by Boian Petkantchin · 1 year, 8 months ago
- 499480f Reenable benchmark sharding (#14501) by Henning Becker · 1 year, 8 months ago
- c9192bc Revert "Add sharding to benchmark execution" (#14499) by Jerry Wu · 1 year, 8 months ago
- 3459230 Ukernels: mmt4d paths for the arm64 bf16 extension (#14495) by bjacob · 1 year, 8 months ago
- 749453c Add sharding to benchmark execution (#14084) by Henning Becker · 1 year, 8 months ago
- 80d06c1 [CUDA] Export external CUDA buffers to external device allocation (#14491) by Eugene Zhulenev · 1 year, 8 months ago
- 37063ca [tf] Use bytecode in emission. (#13360) by Jacques Pienaar · 1 year, 8 months ago
- 7f5857d Ukernels: mmt4d paths for arm64 fp16 extensions (#14490) by bjacob · 1 year, 8 months ago
- a5a6b67 [IREEInput] Add !iree_input.byte_buffer and byte buffer constants (#14486) by Eugene Zhulenev · 1 year, 8 months ago
- 38c36c6 Implement Python bindings for async HAL objects. (#14476) by Stella Laurenzo · 1 year, 8 months ago
- 84d4a2a Add WorkgroupSwizzle as a transform op (#14477) by Kunwar Grover · 1 year, 8 months ago