Launches the specified kernel.
Namespace: Cudafy.HostAssembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172
Syntax
C# |
---|
public void Launch( int gridSize, dim3 blockSize, string methodName, params Object[] arguments ) |
Visual Basic |
---|
Public Sub Launch ( _ gridSize As Integer, _ blockSize As dim3, _ methodName As String, _ ParamArray arguments As Object() _ ) |
Visual C++ |
---|
public: void Launch( int gridSize, dim3^ blockSize, String^ methodName, ... array<Object^>^ arguments ) |
Parameters
- gridSize
- Type: System..::..Int32
Size of the grid.
- blockSize
- Type: Cudafy..::..dim3
Size of the block.
- methodName
- Type: System..::..String
Name of the method.
- arguments
- Type: array<System..::..Object>[]()[][]
The arguments.