cuda-api-wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
Classes | Namespaces | Macros | Functions
launch_config_builder.hpp File Reference

Contains the cuda::launch_config_builder_t class definition. More...

#include "launch_configuration.hpp"
#include "kernel.hpp"
#include "device.hpp"
#include "types.hpp"
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
 

Namespaces

 cuda
 All definitions and functionality wrapping the CUDA Runtime API.
 

Functions

launch_config_builder_t cuda::launch_config_builder ()
 

Detailed Description

Contains the cuda::launch_config_builder_t class definition.

Note
Launch configurations are used mostly in kernel_launch.hpp.