CPPuddle
|
#include <mutex>
Go to the source code of this file.
Namespaces | |
namespace | cppuddle |
Macros | |
#define | CPPUDDLE_HPX_EXECUTOR_SPECIALIZATION_NS hpx::parallel::execution |
Typedefs | |
using | cppuddle::mutex_t = std::mutex |
Functions | |
size_t | cppuddle::get_device_id (const size_t number_gpus) |
Uses HPX thread information to determine which GPU should be used. | |
Variables | |
constexpr size_t | cppuddle::number_instances = CPPUDDLE_HAVE_NUMBER_BUCKETS |
constexpr size_t | cppuddle::max_number_gpus = CPPUDDLE_HAVE_MAX_NUMBER_GPUS |
#define CPPUDDLE_HPX_EXECUTOR_SPECIALIZATION_NS hpx::parallel::execution |