Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shrshi committed Jan 14, 2025
1 parent b28009b commit 3a91b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/main/native/src/TableJni.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4183,7 +4183,7 @@ JNIEXPORT jlong JNICALL Java_ai_rapids_cudf_Table_makeChunkedPack(
// and scratch memory only.
auto temp_mr = memoryResourceHandle != 0
? reinterpret_cast<rmm::mr::device_memory_resource*>(memoryResourceHandle)
: cudf::get_current_device_resource_ref();
: cudf::get_current_device_resource();
auto chunked_pack =
cudf::chunked_pack::create(*n_table, bounce_buffer_size, cudf::get_default_stream(), temp_mr);
return reinterpret_cast<jlong>(chunked_pack.release());
Expand Down

0 comments on commit 3a91b73

Please sign in to comment.