Derived Pointers - 2022.2 English

AI Engine Kernel and Graph Programming Guide (UG1079)

Document ID
UG1079
Release Date
2022-10-19
Version
2022.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