From 0c65921144d4f32658665540a2a3f8cebb2bbc60 Mon Sep 17 00:00:00 2001 From: Karthikeyan Natarajan Date: Wed, 25 Sep 2024 20:40:19 +0000 Subject: [PATCH] add missing experimental argument --- cpp/tests/io/json/json_tree_csr.cu | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/tests/io/json/json_tree_csr.cu b/cpp/tests/io/json/json_tree_csr.cu index a336b327732..f988ae24b38 100644 --- a/cpp/tests/io/json/json_tree_csr.cu +++ b/cpp/tests/io/json/json_tree_csr.cu @@ -168,6 +168,7 @@ void run_test(std::string const& input, bool enable_lines = true) gpu_tree, is_array_of_arrays, options.is_enabled_lines(), + false, stream, rmm::mr::get_current_device_resource()); auto& gpu_col_id = std::get<0>(tup);