Retrieves a kernel instance from the cache If the instance is not found, an error is raised
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | ndims |
Number of dimensions (2 or 3) |
||
| type(kernel_type_t), | intent(in) | :: | kernel_type |
Type of kernel to build |
||
| integer(kind=int64), | intent(in) | :: | base_storage |
Number of bytes needed to store single element |
||
| integer(kind=int32), | intent(in) | :: | tile_size |
Tile size (number of columns) |
||
| integer(kind=int32), | intent(in) | :: | block_rows |
Block rows |
Retrieved kernel instance