Classes | |
| struct | Item |
Public Types | |
| typedef SYCLInternal::EngineInternal | InternalType |
Public Member Functions | |
| std::size_t | maxNumThreads () const |
| template<typename LambdaT> | |
| void | submit (LambdaT lambda) |
Definition at line 22 of file SYCLParallelEngine.h.
| typedef SYCLInternal::EngineInternal Alien::SYCLParallelEngine::InternalType |
Definition at line 25 of file SYCLParallelEngine.h.
| Alien::SYCLParallelEngine::SYCLParallelEngine | ( | ) |
Definition at line 53 of file SYCLParallelEngine.cc.
|
virtual |
Definition at line 58 of file SYCLParallelEngine.cc.
| std::size_t Alien::SYCLParallelEngine::maxNumThreads | ( | ) | const |
Definition at line 63 of file SYCLParallelEngine.cc.
| void Alien::SYCLParallelEngine::submit | ( | LambdaT | lambda | ) |
Definition at line 44 of file SYCLParallelEngineImplT.h.