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 |
||
type(kernelArgs), | intent(in), | target | :: | kernelParams |
Input parameters of kernel |
Driver result code