Show / Hide Table of Contents

    Enum cusparsePointerMode

    This type indicates whether the scalar values are passed by reference on the host or device. It is important to point out that if several scalar values are passed by reference in the function call, all of them will conform to the same single pointer mode. The pointer mode can be set and retrieved using SetPointerMode(cusparsePointerMode) and GetPointerMode() routines, respectively.

    Namespace: ManagedCuda.CudaSparse
    Assembly: CudaSparse.dll
    Syntax
    public enum cusparsePointerMode

    Fields

    Name Description
    Device

    Use device pointers.

    Host

    Use host pointers.

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