ManagedCuda.DriverAPINativeMethods.MemsetAsync.cuMemsetD8Async C# (CSharp) Method

cuMemsetD8Async() private method

private cuMemsetD8Async ( ManagedCuda.BasicTypes.CUdeviceptr dstDevice, byte b, ManagedCuda.BasicTypes.SizeT N, ManagedCuda.BasicTypes.CUstream hStream ) : CUResult
dstDevice ManagedCuda.BasicTypes.CUdeviceptr
b byte
N ManagedCuda.BasicTypes.SizeT
hStream ManagedCuda.BasicTypes.CUstream
return CUResult
            public static extern CUResult cuMemsetD8Async(CUdeviceptr dstDevice, byte b, SizeT N, CUstream hStream);