Populates kernel arguments based on kernel type
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(kernel_type_t), | intent(in) | :: | kernel_type |
Type of kernel |
||
| integer(kind=int32), | intent(in) | :: | dims(:) |
Local dimensions to process |
||
| integer(kind=int32), | intent(out) | :: | nargs |
Number of arguments set by this subroutine |
||
| integer(kind=int32), | intent(out) | :: | args(MAX_KERNEL_ARGS) |
Kernel arguments |
||
| integer(kind=int32), | intent(in), | optional | :: | neighbor_data(:) |
Neighbor data for pipelined kernels |