Launches a CUDA function CUfunction or a CUDA kernel CUkernel.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(CUfunction) | :: | func |
Function CUfunction or Kernel CUkernel to launch |
|||
type(c_ptr) | :: | in |
Input pointer |
|||
type(c_ptr) | :: | out |
Output pointer |
|||
type(dim3) | :: | blocks |
Grid in blocks |
|||
type(dim3) | :: | threads |
Thread block |
|||
type(dtfft_stream_t) | :: | stream |
Stream identifier |
|||
type(kernelArgs) | :: | args |
Kernel parameters |
Driver result code