ManagedCuda.DriverAPINativeMethods.Occupancy.cuOccupancyMaxPotentialBlockSizeWithFlags C# (CSharp) Method

cuOccupancyMaxPotentialBlockSizeWithFlags() private method

private cuOccupancyMaxPotentialBlockSizeWithFlags ( int &minGridSize, int &blockSize, ManagedCuda.BasicTypes.CUfunction func, del_CUoccupancyB2DSize blockSizeToDynamicSMemSize, ManagedCuda.BasicTypes.SizeT dynamicSMemSize, int blockSizeLimit, CUoccupancy_flags flags ) : CUResult
minGridSize int
blockSize int
func ManagedCuda.BasicTypes.CUfunction
blockSizeToDynamicSMemSize del_CUoccupancyB2DSize
dynamicSMemSize ManagedCuda.BasicTypes.SizeT
blockSizeLimit int
flags CUoccupancy_flags
return CUResult
            public static extern CUResult cuOccupancyMaxPotentialBlockSizeWithFlags(ref int minGridSize, ref int blockSize, CUfunction func, del_CUoccupancyB2DSize blockSizeToDynamicSMemSize, SizeT dynamicSMemSize, int blockSizeLimit, CUoccupancy_flags flags);