Skip to content

Commit

Permalink
Use resource manager default pool name instead of hardcoded one
Browse files Browse the repository at this point in the history
  • Loading branch information
biddisco committed Mar 6, 2023
1 parent a2c0f2e commit f7ae602
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace pika::cuda::experimental {
if (pool_name_.empty())
{
detail::register_polling(pika::resource::get_thread_pool(0));
set_pool_name("default");
set_pool_name(pika::resource::get_pool_name(0));
}
else
{
Expand Down

0 comments on commit f7ae602

Please sign in to comment.