Bradley Dice
Bradley Dice
Related: https://github.com/rapidsai/cudf/issues/15179
For context, the decision to disallow iteration over GPU objects is intentional -- it keeps users from accidentally triggering many host-device transfers (e.g. in a `for` loop) that are highly...
I’m okay with that proposal. My comments above were primarily to establish historical context — I am alright with changing the behavior to solve compatibility issues.
@nurmanmus Thanks for this issue. Could you share the function parameters you passed? The pivot table function exists but does not support the full range of arguments on the GPU....
Closing as stale.
/ok to test
@JayjeetAtGithub Can you help me understand why we aren’t using decimal types? I think that using the same data types is essential for parity of benchmarks with other implementations.
> The PR title says these are benchmarks, but they are in `cpp/examples` rather than `cpp/benchmarks`. If they are indeed benchmarks I think they should be moved. Also, they should...
@kkraus14 Yes, we’re tracking these hotfix candidates for a 24.06.01 release: - cuCo noexcept backport patch https://github.com/rapidsai/cudf/pull/16077 - Decimal/float AST cast fix https://github.com/rapidsai/cudf/pull/16101 (original 24.08 fix in #16038) - Decimal/float...