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~9~~CalledByGraph proc~create~9 nvrtc_module_cache%create proc~add nvrtc_module_cache%add proc~add->proc~create~9 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~8 kernel_device%create proc~create~8->proc~get_kernel