alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/alpaka.hpp"
#include <condition_variable>
#include <mutex>
#include <utility>
#include "alpaka/core/BoostPredef.hpp"
#include <cuda.h>
#include "alpaka/core/Cuda.hpp"
Go to the source code of this file.
Namespaces | |
alpaka | |
The alpaka accelerator library. | |
alpaka::test | |
The test specifics. | |
alpaka::test::cpu | |
alpaka::test::cpu::detail | |
alpaka::test::trait | |
alpaka::test::uniform_cuda_hip | |
alpaka::test::uniform_cuda_hip::detail | |
alpaka::trait | |
The accelerator traits. | |
alpaka::trait::detail | |
Typedefs | |
template<typename TDev > | |
using | alpaka::test::EventHostManualTrigger = typename trait::EventHostManualTriggerType< TDev >::type |
The event host manual trigger type trait alias template to remove the ::type. More... | |
Functions | |
template<typename TDev > | |
ALPAKA_FN_HOST auto | alpaka::test::isEventHostManualTriggerSupported (TDev const &dev) -> bool |
auto | alpaka::trait::detail::streamWaitValue (CUstream stream, CUdeviceptr addr, cuuint32_t value, unsigned int flags) -> CUresult |