commit | b44581a390956a21c653200da4273d8d03d23571 | [log] [tgz] |
---|---|---|
author | Stanley Winata <68087699+raikonenfnu@users.noreply.github.com> | Wed Jun 05 10:27:05 2024 -0700 |
committer | GitHub <noreply@github.com> | Wed Jun 05 10:27:05 2024 -0700 |
tree | 74d1fd7fa5697637c8594f1313bc807e33eb178d | |
parent | 9d60462ebe1bd5dcd0cc8cb8ca7a5e45523c1bd4 [diff] |
[LLVMGPU][ROCM][Layoutv1] Landing Implementation of WMMA on layoutV1 (#17580) Introducing WMMA on layoutv1. This feature is required/a prerequisite for getting FA2 on RDNA3 GPUs. This PR brings: 1. WMMA on layoutV1 2. Ensuring VectorX is specified to prevent unexpected behavior for "step" setting in SIMT index. 3. Update of amdgpu_distribute_vectors/distribution of contract such that it follow the newer style of `set_contraction_layout_attributes` for setting intrinsic types as opposed to the less safer method of inferring intrinsic types. 4. Update of tests to match above. Co-authored-by: Groverkss <groverkss@gmail.com> --------- Co-authored-by: Kunwar Grover <groverkss@gmail.com>
IREE (Intermediate Representation Execution Environment, pronounced as “eerie”) is an MLIR-based end-to-end compiler and runtime that lowers Machine Learning (ML) models to a unified IR that scales up to meet the needs of the datacenter and down to satisfy the constraints and special considerations of mobile and edge deployments.
See our website for project details, user guides, and instructions on building from source.
IREE is still in its early phase. We have settled down on the overarching infrastructure and are actively improving various software components as well as project logistics. It is still quite far from ready for everyday use and is made available without any support at the moment. With that said, we welcome any kind of feedback on any communication channels!
See our website for more information.
Community meeting recordings: IREE YouTube channel
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.