Analytical estimation of memory pressure based on GPU architecture
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | dims(:) |
Size of the problem |
||
| 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 |
Pressure metric