Launches the specified kernel.
Namespace: Cudafy.HostAssembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172
Syntax
C# |
---|
public void LaunchAsync(
dim3 gridSize,
int blockSize,
int streamId,
string methodName,
params Object[] arguments
) |
Visual Basic |
---|
Public Sub LaunchAsync ( _
gridSize As dim3, _
blockSize As Integer, _
streamId As Integer, _
methodName As String, _
ParamArray arguments As Object() _
) |
Visual C++ |
---|
public:
void LaunchAsync(
dim3^ gridSize,
int blockSize,
int streamId,
String^ methodName,
... array<Object^>^ arguments
) |
See Also