From 8c4e0fd898fd3f015f13fde1d8b330c4269b9b1e Mon Sep 17 00:00:00 2001 From: John Biddiscombe Date: Mon, 6 Mar 2023 16:45:14 +0100 Subject: [PATCH] Reset cuda polling pool back to "default" --- libs/pika/async_cuda/src/cuda_event_callback.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pika/async_cuda/src/cuda_event_callback.cpp b/libs/pika/async_cuda/src/cuda_event_callback.cpp index 5598fb8f87..9befc487a1 100644 --- a/libs/pika/async_cuda/src/cuda_event_callback.cpp +++ b/libs/pika/async_cuda/src/cuda_event_callback.cpp @@ -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