commit | 8a94d5cddc521411fec977fafcdc956c844dbd16 | [log] [tgz] |
---|---|---|
author | Scott Todd <scott.todd0@gmail.com> | Tue Apr 09 12:19:40 2024 -0700 |
committer | GitHub <noreply@github.com> | Tue Apr 09 12:19:40 2024 -0700 |
tree | 018ae6b15d5d0f3515a1ca8c9219c494e469d47f | |
parent | 8ee0adabf93976a7740ced9e1fb45e1b44cc9d1c [diff] |
Refresh "profiling with Tracy" developer docs. (#16939) Progress on https://github.com/openxla/iree/issues/14470 | | | | -- | -- | | Current page | https://iree.dev/developers/performance/profiling-with-tracy/ | | This PR | https://scotttodd.github.io/iree/developers/performance/profiling-with-tracy/ | This restructures the "Profiling with Tracy" developer doc / website page to focus less on the specifics of build and compile configurations and more on what Tracy is and how to use it. Troubleshooting tips and building from source instructions are still included but they are off to the side. I also added new screenshots, diagrams, tips, and formatting. Some of the "building from source" instructions can be further simplified if we * start using [Tracy's recently added upstream CMake build](https://github.com/wolfpld/tracy/blob/master/CMakeLists.txt) (in fact, the old Visual Studio solutions and Makefiles were removed in https://github.com/wolfpld/tracy/commit/7f8a2e2c9a8581c2263da77222f1194ee0653e48) * address https://github.com/openxla/iree/issues/16777
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.