Read-Only Shared Buffer with Runtime Updates - Read-Only Shared Buffer with Runtime Updates - 2026.1 English - UG1603

AI Engine-ML Kernel and Graph Programming Guide (UG1603)

Document ID
UG1603
Release Date
2026-07-08
Version
2026.1 English

In addition to static initialization using initial_value(), the Processing System (PS) host can use g.update() to initialize and update a read-only shared buffer at runtime. Updates are asynchronous—the host can write new data while the graph is executing, without recompilation or graph restart. A typical use case is dynamic model switching, where the graph alternates between different sets of weights at runtime.