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

Contains the class cuda::launch_configuration_t and some supporting code. More...

#include "constants.hpp"
#include "types.hpp"
#include <type_traits>
#include <utility>
Include dependency graph for launch_configuration.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cuda::launch_configuration_t
 The full set of possible configuration parameters for launching a kernel on a GPU. More...
 

Namespaces

 cuda
 Definitions and functionality wrapping CUDA APIs.
 

Detailed Description

Contains the class cuda::launch_configuration_t and some supporting code.

Note
Launch configurations are used mostly in kernel_launch.hpp , and can be built more easily using launch_config_builer_t from launch_config_builder.hpp.