Uh oh!
There was an error while loading. Please reload this page.
ARROW-17823: [C++] Revert std::make_shared change for CUDA - #14233
Conversation
This is a follow-up of apache#14216. We can't use std::make_shared for CUDA related classes because their constructors aren't public.
kou
commented
Sep 25, 2022
@github-actions crossbow submit debian-bookworm-amd64 |
Revision: 13856fc Submitted crossbow builds: ursacomputing/crossbow @ actions-00cfe95e4e
|
kou
commented
Sep 26, 2022
+1 |
ursabot
commented
Sep 26, 2022
Benchmark runs are scheduled for baseline = 7808280 and contender = b76ddf1. b76ddf1 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
) This is a follow-up of apache#14216. We can't use std::make_shared for CUDA related classes because their constructors aren't public. Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
This is a follow-up of #14216. We can't use std::make_shared for CUDA related classes because their constructors aren't public.