The CUDevicePtrEx type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CUDevicePtrEx(CUdeviceptr, Nullable<(Of <<'(CUcontext>)>>)) |
Initializes a new instance of the CUDevicePtrEx class.
|
![]() | CUDevicePtrEx(CUdeviceptr, Int32, Nullable<(Of <<'(CUcontext>)>>)) |
Initializes a new instance of the CUDevicePtrEx class.
|
![]() | CUDevicePtrEx(CUdeviceptr, Int32, Int32, Nullable<(Of <<'(CUcontext>)>>)) |
Initializes a new instance of the CUDevicePtrEx class.
|
![]() | CUDevicePtrEx(CUdeviceptr, Int32, Int32, Int32, Nullable<(Of <<'(CUcontext>)>>)) |
Initializes a new instance of the CUDevicePtrEx class.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Context |
Gets the context.
|
![]() | DevPtr |
Gets the dev PTR.
|
![]() | Dimensions |
Gets the dimensions.
|
![]() | TotalSize |
Gets the total size.
|
![]() | XSize |
Gets the size of the X.
|
![]() | YSize |
Gets the size of the Y.
|
![]() | ZSize |
Gets the size of the Z.
|