commit | a1f901e650f35034ae3e1ccb59aa51fc928bb9da | [log] [tgz] |
---|---|---|
author | Yun Hsiang <yun.hsiang@sifive.com> | Tue Dec 12 00:55:10 2023 +0800 |
committer | GitHub <noreply@github.com> | Mon Dec 11 08:55:10 2023 -0800 |
tree | 1840a33ce4557db542697c6564a278eabf13e207 | |
parent | 53b3a52c4a2728b684ecab111360156668e5835b [diff] |
Add riscv_64 support for standalone plugin (#15859) We use the default march rv64i2p1ma2p1f2p2d2p2c2p0(same in build_tools/cmake/riscv.toolchain.cmake) for riscv_64 target. If the m extension is not set, compiler will try to find '__mulsf3' symbol and failed.
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.
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.