Charles Determan
Charles Determan
@annaveronika what help do you need? I maintain multiple R packages and have helped others publish their packages. I would be happy to be of assistance.
Ideally we want to get the windows builds to work. You are correct that binaries aren't allowed for submission to CRAN. Strictly speaking Windows support isn't required but obviously something...
@henryiii thanks, I wonder why it hasn't been formally added in to thrust. Any additional thoughts regarding the 'padding' problem?
@jszuppe any thoughts on how to actually use `strided_iterator` to that effect? My understanding, from what I can see in the test examples [here](https://github.com/boostorg/compute/blob/master/test/test_strided_iterator.cpp) is that it takes every 'x'...
@jszuppe Are there any guidelines for how to approach this or should I just try to adapt from `strided_iterator.hpp`? This would be my first attempt at contributing to boost compute.
The distinction is clear to me, I just wasn't sure what was implemented here. I wanted to simply confirm whether or not the computations are not distributed across devices automatically....
@jszuppe do you have a roadmap or anything delineating what else is required to finish it? I am quite busy as well but perhaps I can lend a hand when...
@lovingxiuxiu I have seen multiple different implementations of specific things in different papers. Hence my initial interest here where many things would be consolidated instead of implementing them all myself....
Is it normal for the generate call to take more than 24 hours for only 10 instances? It just seemed like something must be off for that long of a...
I have repeatedly done so with my dataset. Would it adding `permitted_ranges` help speed things perhaps? Any ideas why it would be running so slowly? I have even tried running...