RustaCUDA
RustaCUDA copied to clipboard
Fix for PowerPC; impl<T: DeviceCopy, const N: usize> DeviceCopy for [T; N]
impl<T: DeviceCopy, const N: usize> DeviceCopy for [T; N] can be used since min_const_generics stabilized in 1.51.
RustaCuda does not compile on PowerPC without this fix (unsigned char platform).