alpaka
Abstraction Library for Parallel Kernel Acceleration
Loading...
Searching...
No Matches
Handle.hpp File Reference
#include <memory>
#include <mutex>
#include <type_traits>

Go to the source code of this file.

Namespaces

namespace  alpaka
 main alpaka namespace.
namespace  alpaka::onHost
 Functionality which is usable on the host CPU controller thread.

Typedefs

template<typename T>
using alpaka::onHost::Handle = std::shared_ptr<T>

Functions

template<typename T_Object, typename... T_Args>
auto alpaka::onHost::make_sharedSingleton (T_Args &&... args)