Skip to content

Commit

Permalink
Attempt to fixing the E4S HPX tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Aug 19, 2024
1 parent 9931d2f commit 132a094
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion libs/core/include_local/include/hpx/compute.hpp.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2016-2022 Hartmut Kaiser
// Copyright (c) 2016-2024 Hartmut Kaiser
//
// SPDX-License-Identifier: BSL-1.0
// Distributed under the Boost Software License, Version 1.0. (See accompanying
Expand All @@ -8,4 +8,12 @@

#pragma once

#include <hpx/config.hpp>
#include <hpx/modules/compute_local.hpp>

#if defined(HPX_HAVE_CUDA) || defined(HPX_HAVE_HIP)
#include <hpx/modules/async_cuda.hpp>
#endif
#if defined(HPX_WITH_SYCL)
#include <hpx/modules/async_sycl.hpp>
#endif

0 comments on commit 132a094

Please sign in to comment.