Show / Hide Table of Contents

    Enum CUPointerAttribute

    Pointer information

    Namespace: ManagedCuda.BasicTypes
    Assembly: ManagedCuda.dll
    Syntax
    public enum CUPointerAttribute

    Fields

    Name Description
    BufferID

    A process-wide unique ID for an allocated memory region

    Context

    The CUcontext on which a pointer was allocated or registered

    DevicePointer

    The address at which a pointer's memory may be accessed on the device

    HostPointer

    The address at which a pointer's memory may be accessed on the host

    IsManaged

    Indicates if the pointer points to managed memory

    MemoryType

    The CUMemoryType describing the physical location of a pointer

    P2PTokens

    A pair of tokens for use with the nv-p2p.h Linux kernel interface

    SyncMemops

    Synchronize every synchronous memory operation initiated on this region

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX