Skip to content

Commit

Permalink
add missing experimental argument
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikeyann committed Sep 25, 2024
1 parent d1cf095 commit 0c65921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/tests/io/json/json_tree_csr.cu
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0c65921

Please sign in to comment.