Skip to content

Commit

Permalink
Reset cuda polling pool back to "default"
Browse files Browse the repository at this point in the history
  • Loading branch information
biddisco committed Mar 6, 2023
1 parent f7ae602 commit 8c4e0fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/pika/async_cuda/src/cuda_event_callback.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ namespace pika::cuda::experimental::detail {
sched->clear_cuda_polling_function();
}

static std::string polling_pool_name = "pika:polling";
static std::string polling_pool_name = "default";

} // namespace pika::cuda::experimental::detail

Expand Down

0 comments on commit 8c4e0fd

Please sign in to comment.