commit | e0851e35fd1dc882c724345765e113d8ab922a57 | [log] [tgz] |
---|---|---|
author | CindyLiu <hcindyl@google.com> | Fri Sep 03 05:44:53 2021 +0000 |
committer | GitHub <noreply@github.com> | Thu Sep 02 22:44:53 2021 -0700 |
tree | 694d7f44e7411c619e55d995947d679c38099479 | |
parent | ab3c0ac54166fa953ddcde846689393d6b9635a5 [diff] |
Fix iree_hal_allocator memory statistics format (#6954) The memory stats is shown in Bytes. Fix the printout unit. ``` EXEC @simple_mul result[0]: hal.buffer_view 4xf32=1 4 9 16 [[ iree_hal_allocator_t memory statistics ]] HOST_LOCAL: 32B peak / 32B allocated / 32B freed / 0B live DEVICE_LOCAL: 16B peak / 16B allocated / 16B freed / 0B live ```
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!
IREE is licensed under the terms of the Apache 2.0 License with LLVM Exceptions. See LICENSE for more information.