create Subroutine

private subroutine create(self)

Creates cache

Type Bound

nvrtc_module_cache

Arguments

Type IntentOptional Attributes Name
class(nvrtc_module_cache), intent(inout) :: self

Cache instance


Called by

proc~~create~8~~CalledByGraph proc~create~8 nvrtc_module_cache%create proc~add nvrtc_module_cache%add proc~add->proc~create~8 proc~create_nvrtc_module create_nvrtc_module proc~create_nvrtc_module->proc~add proc~get_kernel get_kernel proc~get_kernel->proc~create_nvrtc_module proc~create~7 kernel_device%create proc~create~7->proc~get_kernel