kernel-launcher
Contents
Kernel Launcher
Installation
Guides
API Reference
Compiler
Config
ConfigSpace
CudaArch
CudaContextHandle
CudaDevice
CudaException
CudaSpan
DefaultLoader
DefaultOracle
FileLoader
ICompiler
IKernelDescriptor
IntoKernelArg
Kernel
KernelArg
KernelBuilder
KernelInstance
KernelRegistry
KernelSource
NvrtcCompiler
NvrtcException
Oracle
PragmaKernel
ProblemSize
TemplateArg
TunableParam
TypeInfo
Value
Variable
WisdomKernel
WisdomRecord
WisdomSettings
add_global_capture_pattern
append_global_wisdom_directory
build_pragma_kernel
capture_file_exists
cuda_check
cuda_copy
cuda_span
default_compiler
default_registry
default_wisdom_settings
export_capture_file
into_kernel_arg
launch
load_best_config
process_wisdom_file
set_global_capture_directory
set_global_default_compiler
type_name
type_of
Environment Variables
License
Github repository
kernel-launcher
API Reference
type_name
View page source
type_name
template
<
typename
T
>
inline
const
std
::
string
&
kernel_launcher
::
type_name
(
)
Returns name of type
T
as a string.
template
<
typename
T
>
inline
const
std
::
string
&
kernel_launcher
::
type_name
(
const
T
&
)
Returns name of type
T
as a string.