Derived Pointers - 2024.2 English - UG1603

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

Document ID
UG1603
Release Date
2024-11-28
Version
2024.2 English

Pointers derived from a restrict pointer are considered restrict pointers and point to the same restricted memory region, as shown in the following example, where rq2, derived from rq1 (defined as a restrict pointer) is also a restrict pointer and points to the same universe.

Figure 1. Pointers to Same Restricted Memory Region