alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
executors.hpp
Go to the documentation of this file.
1/* Copyright 2024 René Widera, Mehmet Yusufoglu
2 * SPDX-License-Identifier: MPL-2.0
3 */
4
5#pragma once
6
7#include "alpaka/executor.hpp"
8
10{
11 /** list of enabled executors
12 *
13 * @deprecated The variable will be removed before the release 3.0.0, please use alpaka::exec::enabledExecutors
14 *
15 * @see exec::enabledExecutors
16 */
17 [[deprecated(
18 "This variable will be removed before the release 3.0.0, please use alpaka::exec::enabledExecutors "
19 "instead!")]] constexpr auto enabledExecutors
21} // namespace alpaka::onHost::example
constexpr auto enabledExecutors
list of enabled executors
Definition executor.hpp:29
constexpr auto enabledExecutors
list of enabled executors
Definition executors.hpp:20