![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include <Device.hpp>
Public Member Functions | |
| Device (Device &&)=delete | |
| Device (Device const &)=delete | |
| Device (internal::concepts::PlatformHandle auto platform, uint32_t const idx, uint32_t cpuGroupIdx) | |
| ~Device () | |
| bool | operator!= (Device const &other) const |
| Device & | operator= (Device &&)=delete |
| Device & | operator= (Device const &)=delete |
| bool | operator== (Device const &other) const |
| void | wait () |
Friends | |
| template<typename T_Device> | |
| struct | Queue |
Definition at line 32 of file Device.hpp.
|
inline |
Definition at line 35 of file Device.hpp.
|
inline |
Definition at line 44 of file Device.hpp.
|
delete |
|
delete |
|
inline |
Definition at line 60 of file Device.hpp.
|
delete |
|
delete |
|
inline |
Definition at line 55 of file Device.hpp.
|
inline |
Definition at line 65 of file Device.hpp.
|
friend |
Definition at line 104 of file Device.hpp.