pub fn create_cpuarray<T, S, D>(array: &ArrayBase<S, D>) -> DeviceArray<T, D>where T: GpuDataType, S: RawData<Elem = T> + Data, D: Dimension,
Create a device array on the CPU