add_line Subroutine

private subroutine add_line(self, line)

Adds new line to CUDA code

Type Bound

codegen_t

Arguments

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

Kernel code

character(len=*), intent(in) :: line

Line to add


Called by

proc~~add_line~~CalledByGraph proc~add_line codegen_t%add_line proc~get_code get_code proc~get_code->proc~add_line proc~create~13 nvrtc_module%create proc~create~13->proc~get_code proc~create_nvrtc_module create_nvrtc_module proc~create_nvrtc_module->proc~create~13 proc~get_kernel get_kernel proc~get_kernel->proc~create_nvrtc_module proc~create~8 kernel_device%create proc~create~8->proc~get_kernel