|
GTPin
|
HLI argument that points to an object in the device memory. More...
#include <gt_iarg_defs.h>
Public Member Functions | |
| IargDevicePtr (const GtReg v) | |
| Construct IargDevicePtr object for the argument value passed in the specified register. | |
| template<typename PRMT > | |
| const IGtIarg & | Make (IGtIargFactory &factory) const |
| Create IGtIarg object that assigns this argument value to the formal parameter of type PRMT. | |
HLI argument that points to an object in the device memory.
The class provides factory method that encapsulates this pointer into IGtIarg object of type GtIargType::DEVICE_PTR
| const IGtIarg& gtpin::IargDevicePtr::Make | ( | IGtIargFactory & | factory | ) | const [inline] |
Create IGtIarg object that assigns this argument value to the formal parameter of type PRMT.
| PRMT | Type of the formal parameter of the function |
Copyright (C) 2013-2025 Intel Corporation
SPDX-License-Identifier: MIT
1.7.4