Elias Stehle

Results 34 comments of Elias Stehle

I'm currently trying to figure out what the interface for this would look like for the new nested JSON reader. Would it be sufficient to take a nested schema of...

Once #11574 is merged, the new nested JSON reader (currently available as `experimental`) will introduce an option to `keep_quotes` that will retain the quote characters on string values. Would this...

Not sure if I understand this correctly. But if this is about abstracting the mechanism of the single pass prefix scan [1] and exposing the functionality as a generic function,...

Probably the easiest would be to just expose `TilePrefixCallbackOp` and `ScanTileState` and provide documentation and examples on how to use them together with the `BlockScan`; then keep `BlockScan` compatible with...

How do we generally feel about taking an extra parameter (`max_total_bytes`) that represents an upper bound on the total number of bytes that we expect to be copied (summed over...

> Actually, when I first envisioned this API, I was thinking the size iterator would be host accessible. But it's not obvious to me if that's the right decision or...

> Pinging @dumerrill and @canonizer since they know the radix sorting code best -- are ya'll aware of any reasons that this wouldn't work? Other device algorithms support iterators, so...

> > If there's multiple choices for a kernel, the CUDA runtime seems to choose any qualifying kernel candidate "at random". > > Let me make sure I'm following what's...