octotiger icon indicating copy to clipboard operation
octotiger copied to clipboard

Move run_as_os_thread from hpx::threads to hpx::

Open G-071 opened this issue 5 months ago • 1 comments

run_as_os_thread was moved to a different namespace within HPX. This caused some deprecation warnings (and in the case of hipcc actually some compilation errors). This PR should fix that by using the updated namespace.

G-071 avatar Jan 13 '24 18:01 G-071