NVRTCKernel.this

Constructs an NVRTCKernel with the given code and entry point.

class NVRTCKernel
this
(
string entry
,
string code
)

Parameters

entry
Type: string

The name of the function inside the CUDA code that should b executed.

code
Type: string

A string containing the CUDA code to be compiled.

Meta