Delegate DirectILKernelGenerator.CastKernel
Cross-dtype contiguous copy kernel.
Both src and dst must be contiguous.
public delegate void DirectILKernelGenerator.CastKernel(void* src, void* dst, long count)
Parameters
srcvoid*- Cross-dtype contiguous copy kernel. Both src and dst must be contiguous.
dstvoid*- Cross-dtype contiguous copy kernel. Both src and dst must be contiguous.
countlong- Cross-dtype contiguous copy kernel. Both src and dst must be contiguous.
- Extension Methods