Procs
proc newCudaTensor[T: SomeFloat](shape: Metadata; layout: OrderType = colMajor): CudaTensor[ T] {.noinit, noSideEffect.}
- Source Edit
proc newCudaTensor[T: SomeFloat](shape: varargs[int]; layout: OrderType = colMajor): CudaTensor[T] {. noinit, noSideEffect.}
- Internal proc Allocate a CudaTensor WARNING: The Cuda memory is not initialized to 0 Source Edit