arrow_back_ios Back to List

Offload4000

Offload KB - offload-library

Old Content Alert

Please note that this is a old document archive and the will most likely be out-dated or superseded by various other products and is purely here for historical purposes.

Argument # to __offload block is not a stack variable or constant. Non-stack variables are automatically available for access without a parameter

This warning occurs when a parameter to an __offload block is not a stack variable. Entities that are not on the stack are always available for access inside the __offload block so the parameter is not necessary.