Creates module with given parameters, compiles nvRTC program and loads it as CUDA module
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(nvrtc_module), | intent(inout) | :: | self |
This module |
||
| integer(kind=int32), | intent(in) | :: | ndims |
Number of dimensions, used only for forward permutation |
||
| 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(:) |
Kernel configurations that this module should be compiled for |
||
| type(device_props), | intent(in) | :: | props |
GPU architecture properties |