Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cpp/src/routing/utilities/cython.cu
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ std::vector<std::unique_ptr<vehicle_routing_ret_t>> call_batch_solve(
auto routing_solution = cuopt::routing::solve(*data_models[i], *settings);

// Make sure current solve is finished
stream_pool.get_stream(i).synchronize();
stream_pool.get_stream(i).sync();

// Create buffers and reassociate them with the original stream so they
// outlive the local stream which will be destroyed at end of loop iteration
Expand Down