alpaka
Abstraction Library for Parallel Kernel Acceleration
TaskKernelCpuThreads.hpp File Reference
#include "alpaka/acc/Traits.hpp"
#include "alpaka/dev/Traits.hpp"
#include "alpaka/dim/Traits.hpp"
#include "alpaka/idx/Traits.hpp"
#include "alpaka/platform/Traits.hpp"
#include "alpaka/acc/AccCpuThreads.hpp"
#include "alpaka/core/BoostPredef.hpp"
#include "alpaka/core/Decay.hpp"
#include "alpaka/core/ThreadPool.hpp"
#include "alpaka/dev/DevCpu.hpp"
#include "alpaka/kernel/Traits.hpp"
#include "alpaka/meta/NdLoop.hpp"
#include "alpaka/workdiv/WorkDivMembers.hpp"
#include <algorithm>
#include <functional>
#include <future>
#include <thread>
#include <tuple>
#include <type_traits>
#include <vector>
#include <iostream>

Go to the source code of this file.

Classes

class  alpaka::TaskKernelCpuThreads< TDim, TIdx, TKernelFnObj, TArgs >
 The CPU threads execution task. More...
 
struct  alpaka::trait::AccType< TaskKernelCpuThreads< TDim, TIdx, TKernelFnObj, TArgs... > >
 The CPU threads execution task accelerator type trait specialization. More...
 
struct  alpaka::trait::DevType< TaskKernelCpuThreads< TDim, TIdx, TKernelFnObj, TArgs... > >
 The CPU threads execution task device type trait specialization. More...
 
struct  alpaka::trait::DimType< TaskKernelCpuThreads< TDim, TIdx, TKernelFnObj, TArgs... > >
 The CPU threads execution task dimension getter trait specialization. More...
 
struct  alpaka::trait::IdxType< TaskKernelCpuThreads< TDim, TIdx, TKernelFnObj, TArgs... > >
 The CPU threads execution task idx type trait specialization. More...
 
struct  alpaka::trait::PlatformType< TaskKernelCpuThreads< TDim, TIdx, TKernelFnObj, TArgs... > >
 The CPU threads execution task platform type trait specialization. More...
 

Namespaces

 alpaka
 The alpaka accelerator library.
 
 alpaka::trait
 The accelerator traits.