![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/alpaka.hpp"#include <condition_variable>#include <mutex>#include <utility>#include "alpaka/core/Config.hpp"#include <cuda.h>#include "alpaka/core/Cuda.hpp"Go to the source code of this file.
Namespaces | |
| namespace | alpaka |
| The alpaka accelerator library. | |
| namespace | alpaka::test |
| The test specifics. | |
| namespace | alpaka::test::cpu |
| namespace | alpaka::test::cpu::detail |
| namespace | alpaka::test::trait |
| namespace | alpaka::test::uniform_cuda_hip |
| namespace | alpaka::test::uniform_cuda_hip::detail |
| namespace | alpaka::trait |
| The accelerator traits. | |
| namespace | 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. | |
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 |