create Subroutine

private subroutine create(self)

Creates cache

Type Bound

nvrtc_cache

Arguments

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

Cache instance


Called by

proc~~create~12~~CalledByGraph proc~create~12 nvrtc_cache%create proc~add nvrtc_cache%add proc~add->proc~create~12 proc~compile_and_cache compile_and_cache proc~compile_and_cache->proc~add proc~get_kernel get_kernel proc~get_kernel->proc~compile_and_cache proc~get_transpose_kernel get_transpose_kernel proc~get_kernel->proc~get_transpose_kernel proc~get_transpose_kernel->proc~compile_and_cache proc~create~4 nvrtc_kernel%create proc~create~4->proc~get_kernel proc~create~9 transpose_handle_cuda%create proc~create~9->proc~create~4