Skip to content

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

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Matthias-Fauconneau
Copy link

@Matthias-Fauconneau Matthias-Fauconneau commented Apr 15, 2021

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 Matthias-Fauconneau changed the title impl<T: DeviceCopy, const N: usize> DeviceCopy for [T; N] Fix for PowerPC; impl<T: DeviceCopy, const N: usize> DeviceCopy for [T; N] Aug 13, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant