<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>TiGrIS</title><link>https://tigris-ml.dev/</link><description>Recent content on TiGrIS</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>Copyright (c) 2025-2026 raws labs</copyright><lastBuildDate>Thu, 11 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://tigris-ml.dev/index.xml" rel="self" type="application/rss+xml"/><item><title>Static Memory Planning for Embedded Neural Network Inference</title><link>https://tigris-ml.dev/blog/static-memory-planning/</link><pubDate>Thu, 11 Jun 2026 00:00:00 +0000</pubDate><guid>https://tigris-ml.dev/blog/static-memory-planning/</guid><description>Peak working memory depends on the execution schedule and allocation, so the schedule can be optimized ahead of time and executed with bounded runtime arenas.</description></item><item><title>Introducing TiGrIS</title><link>https://tigris-ml.dev/blog/introducing-tigris/</link><pubDate>Thu, 23 Apr 2026 00:00:00 +0000</pubDate><guid>https://tigris-ml.dev/blog/introducing-tigris/</guid><description>The model of your choice doesn&amp;rsquo;t fit in SRAM. You consider reducing its size or using a different model. TiGrIS tiles the computation instead and makes the exact model run on your target hardware.</description></item><item><title>Quickstart</title><link>https://tigris-ml.dev/docs/getting-started/quickstart/</link><pubDate>Fri, 27 Feb 2026 00:00:00 +0000</pubDate><guid>https://tigris-ml.dev/docs/getting-started/quickstart/</guid><description>End-to-end walkthrough: take an ONNX model that does not fit in your target&amp;rsquo;s SRAM, tile it with TiGrIS, and deploy it.</description></item><item><title>Installation</title><link>https://tigris-ml.dev/docs/getting-started/installation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tigris-ml.dev/docs/getting-started/installation/</guid><description>Python toolchain Requires Python 3.10 or later.
pip install tigris-mlThis pulls in all runtime dependencies automatically.
Development install Clone the repo and install with dev extras for testing:</description></item><item><title>Core Concepts</title><link>https://tigris-ml.dev/docs/getting-started/core-concepts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tigris-ml.dev/docs/getting-started/core-concepts/</guid><description>The key ideas behind how TiGrIS compiles and executes models on memory-constrained devices.
Execution plan (.tgrs) A .tgrs file is a binary artifact containing the compiler-chosen operator schedule, stage and tiling strategy, tensor metadata, memory budget, and weights.</description></item><item><title>tigris analyze</title><link>https://tigris-ml.dev/docs/toolchain/tigris-analyze/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tigris-ml.dev/docs/toolchain/tigris-analyze/</guid><description>Check if an ONNX model fits your target&amp;rsquo;s memory constraints before compiling.
Usage tigris analyze MODEL [OPTIONS]Options Flag Type Required Description MODEL path yes ONNX model file (.</description></item><item><title>tigris compile</title><link>https://tigris-ml.dev/docs/toolchain/tigris-compile/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tigris-ml.dev/docs/toolchain/tigris-compile/</guid><description>Compile an ONNX model into a binary .tgrs execution plan for deployment on embedded devices.
Usage tigris compile MODEL [OPTIONS]Options Flag Type Required Description MODEL path yes ONNX model file (.</description></item><item><title>tigris codegen</title><link>https://tigris-ml.dev/docs/toolchain/tigris-codegen/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tigris-ml.dev/docs/toolchain/tigris-codegen/</guid><description>Generate backend-specific C source code from a compiled .tgrs plan. The generated harness sets up runtime memory, selects the requested kernel dispatch, and loads the plan from the target&amp;rsquo;s normal deployment location.</description></item><item><title>tigris simulate</title><link>https://tigris-ml.dev/docs/toolchain/tigris-simulate/</link><pubDate>Fri, 27 Feb 2026 00:00:00 +0000</pubDate><guid>https://tigris-ml.dev/docs/toolchain/tigris-simulate/</guid><description>Print a step-by-step execution trace for an ONNX model on the host, without target hardware. Use this to validate operator ordering, tensor lifetimes, and memory usage before flashing a device.</description></item><item><title>Compilation Pipeline</title><link>https://tigris-ml.dev/docs/architecture/compilation-pipeline/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://tigris-ml.dev/docs/architecture/compilation-pipeline/</guid><description>TiGrIS compiles an ONNX model into a .tgrs execution plan through seven stages. Each stage transforms the model representation, culminating in a binary that the C99 runtime executes directly on the target device.</description></item></channel></rss>