RustaCUDA icon indicating copy to clipboard operation
RustaCUDA copied to clipboard

Fix for PowerPC; impl<T: DeviceCopy, const N: usize> DeviceCopy for [T; N]

Open Matthias-Fauconneau opened this issue 4 years ago • 0 comments

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).

Matthias-Fauconneau avatar Apr 15 '21 13:04 Matthias-Fauconneau