cuda-api-wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
|
Contains the cuda::launch_config_builder_t class definition and related definitions. More...
#include "launch_configuration.hpp"
#include "kernel_launch.hpp"
#include "device.hpp"
#include "types.hpp"
#include <limits>
#include <string>
Go to the source code of this file.
Classes | |
class | cuda::launch_config_builder_t |
A convenience class for gradually constructing a launch_configuration_t instance, as per the "builder pattern". More... | |
Namespaces | |
cuda | |
Definitions and functionality wrapping CUDA APIs. | |
Functions | |
launch_config_builder_t | cuda::launch_config_builder () |
A slightly shorter-named construction idiom for launch_config_builder_t. | |
Contains the cuda::launch_config_builder_t class definition and related definitions.