pub fn assign_cpu_serial<T, D>( c: &mut [T], lc: &Layout<D>, a: &[T], la: &Layout<D>, ) -> Result<(), Error>where T: Clone, D: DimAPI,