Show / Hide Table of Contents

Struct cudaStream_t

CUDA stream

Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
[IntrinsicType("cudaStream_t")]
public struct cudaStream_t

Constructors

cudaStream_t(IntPtr)

constructor from native pointer

Declaration
public cudaStream_t(IntPtr ptr)
Parameters
Type Name Description
System.IntPtr ptr

Fields

NO_STREAM

void stream

Declaration
public static cudaStream_t NO_STREAM
Field Value
Type Description
cudaStream_t

Methods

Equals(cudaStream_t)

equals operator (with other stream)

Declaration
public bool Equals(cudaStream_t other)
Parameters
Type Name Description
cudaStream_t other
Returns
Type Description
System.Boolean

Equals(Object)

equals operator (with object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.ValueType.Equals(System.Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.ValueType.GetHashCode()

ToString()

string representation

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.ValueType.ToString()
Back to top Generated by DocFX