Launches a CUDA kernel
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(CUfunction), | intent(in) | :: | func |
Function CUfunction or Kernel CUkernel to launch |
||
| type(c_ptr), | intent(in), | target | :: | in |
Input pointer |
|
| type(c_ptr), | intent(in), | target | :: | out |
Output pointer |
|
| type(dim3), | intent(in) | :: | blocks |
Grid in blocks |
||
| type(dim3), | intent(in) | :: | threads |
Thread block |
||
| type(dtfft_stream_t), | intent(in) | :: | stream |
Stream identifier |
||
| integer(kind=int32), | intent(in) | :: | nargs | |||
| integer(kind=int32), | intent(in), | target | :: | args(MAX_KERNEL_ARGS) |
Input parameters of kernel |
Driver result code