Closed pdib closed 8 years ago
Excellent timing. We were just about to release 0.0.5 with feature build support for native, cuda and opencl.
Code looks good; tests and build succeeded, so it will be available with 0.0.5 in a minute.
Thank you very much, @pdib
@homu r+
:pushpin: Commit 4e4a5cd has been approved by MichaelHirn
:umbrella: The latest upstream changes (presumably #23) made this pull request unmergeable. Please resolve the merge conflicts.
:lock: Merge conflict
The build broke on my side, due to a mismatched type between
u32
andu64
in the cuda bindingsThis replaces u32 and u64 with usize (or libc::size_t) where the expected type is a pointer size. It should make the build more robust over different target architectures.