alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
include
alpaka
onHost
example
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
9
namespace
alpaka::onHost::example
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
20
=
alpaka::exec::enabledExecutors
;
21
}
// namespace alpaka::onHost::example
executor.hpp
alpaka::exec::enabledExecutors
constexpr auto enabledExecutors
list of enabled executors
Definition
executor.hpp:29
alpaka::onHost::example
Definition
executors.hpp:10
alpaka::onHost::example::enabledExecutors
constexpr auto enabledExecutors
list of enabled executors
Definition
executors.hpp:20
Generated on
for alpaka by
1.16.1