Generate kernel configuration candidates for given problem
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | dims(:) |
Local dimensions of the input data, always 3D |
||
| integer(kind=int32), | intent(in) | :: | tile_dim |
Tile dimension |
||
| integer(kind=int32), | intent(in) | :: | other_dim |
Other dimension (not tiled) |
||
| integer(kind=int64), | intent(in) | :: | base_storage |
Number of bytes needed to store single element |
||
| type(device_props), | intent(in) | :: | props |
GPU architecture properties |
||
| type(kernel_config), | intent(out) | :: | candidates(:) |
Generated kernel configurations |
||
| integer(kind=int32), | intent(out) | :: | num_candidates |
Number of generated candidates |