Skip to content

Commit

Permalink
Changes to conform to explicit constructor requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Nov 27, 2024
1 parent 6944ac9 commit 539b0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hpx/kokkos/make_instance.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ make_independent_execution_space_instance<Kokkos::Experimental::SYCL>() {
template <>
inline Kokkos::Experimental::HPX
make_independent_execution_space_instance<Kokkos::Experimental::HPX>() {
return {Kokkos::Experimental::HPX::instance_mode::independent};
return Kokkos::Experimental::HPX(Kokkos::Experimental::HPX::instance_mode::independent);
}
#endif
} // namespace detail
Expand Down

0 comments on commit 539b0c5

Please sign in to comment.