commit | 3677fbcce8fd1323f9accae9ffbdcd1d0dd913a6 | [log] [tgz] |
---|---|---|
author | Boian Petkantchin <boian.petkantchin@amd.com> | Wed Apr 17 18:07:06 2024 -0700 |
committer | GitHub <noreply@github.com> | Wed Apr 17 18:07:06 2024 -0700 |
tree | 79032ddbe34bd4e583f237762ef4fc088ad43cf3 | |
parent | ff624dd8b27029f4d69f884a15ff3af8606b15b9 [diff] |
[runtime] Add semaphore test where 2 batches wait on a former batch amongst 2 (#17080) With this this test I added some functions to make the test body shorter. Unfortunately, we can't put gtest asserts in functions that have a non-void return. Because of that in the functions I am using `IREE_EXPECT*` instead of `IREE_ASSERT*`. This may cause tests other than the one that is failing to fail also, as the whole executable may crash if for example a command buffer fails to be created and then we get a segmentation fault when trying to use it. I thought this is an acceptable sacrifice to avoid repetition and to have shorter and more readable tests.
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.