cuda-api-wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
launch_config_builder.hpp File Reference

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>
Include dependency graph for launch_config_builder.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Contains the cuda::launch_config_builder_t class definition and related definitions.

Note
Launch configurations are used mostly in {kernel_launch.hpp}.