bheisler / RustaCUDA

Rusty wrapper for the CUDA Driver API
Apache License 2.0
765 stars 58 forks source link

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

Open Matthias-Fauconneau opened 3 years ago

Matthias-Fauconneau commented 3 years ago

1)

impl<T: DeviceCopy, const N: usize> DeviceCopy for [T; N] can be used since min_const_generics stabilized in 1.51.

2)

RustaCuda does not compile on PowerPC without this fix (unsigned char platform).