{ "cells": [ { "cell_type": "markdown", "metadata": { "tags": [] }, "source": [ "# Loading your First Example\n", "\n", "\n", "## Goals\n", "\n", "* Understand the system architecture of an x86 Ryzen AI processor\n", "\n", "* Introduction to the NPU architecture and tiles\n", "\n", "* Introduction to the Riallto `npu` Python package\n", "\n", "* Launch an example of a video processing application on the NPU for the first time by calling it from Python" ] }, { "cell_type": "markdown", "metadata": { "tags": [] }, "source": [ "## References\n", "\n", "**[Dataflow Architecture](https://en.wikipedia.org/wiki/Dataflow_architecture)**" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "\n", "---\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Introduction\n", "\n", "These notebooks will walk you through the key architectural features of the Ryzen AI NPU using a series of video processing examples.\n", "\n", "\n", "