Creates and adds a new nvrtc module to the cache if it does not already exist
| 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 |
||
| type(kernel_config), | intent(in) | :: | configs(:) |
Array of kernel configurations to build |
||
| type(device_props), | intent(in) | :: | props |
GPU architecture properties |