Allison Piper

Results 227 comments of Allison Piper

@emilk I have a patch that fixes this on MSVC2015 x64. Implementing the move constructor and explicitly clearing the rvalue object's `_file` does the trick. Just include `` for `std::move`...

Agreed -- I'd actually fixed this before seeing this PR, and @paralaxsd's solution is better, since we can avoid `std::move` using the initialization syntax (for some reason I wrote mine...

> it thinks `cudf::make_strings_column(cudf::device_span

> if it's easier to just custom scope CUB and not Thrust in the short term then I think that would be valuable to do. This can be done in...

I've been tied up with other work lately. Still want to get it done ASAP, just a matter of having time to focus on it. Planning to split it up...

Using the explicit policies for cpp/tbb/omp is okay. The old wiki was taken down a while ago since it was mostly out of date, but a copy of it can...

@brycelelbach @griwes Could one of you add an example that shows off the proper use of your pooled memory allocator with multiple thrust algorithms?