get_cuda_architecture Interface

interface

Returns the CUDA architecture for a given device.


Called by

interface~~get_cuda_architecture~~CalledByGraph interface~get_cuda_architecture get_cuda_architecture proc~compile_and_cache compile_and_cache proc~compile_and_cache->interface~get_cuda_architecture proc~create~2 nvrtc_kernel%create proc~create~2->proc~compile_and_cache proc~create~7 transpose_handle_cuda%create proc~create~7->proc~create~2

public subroutine get_cuda_architecture(device, major, minor) bind(C, name="get_cuda_architecture")

Arguments

Type IntentOptional Attributes Name
integer(kind=c_int), value :: device

Device number

integer(kind=c_int) :: major

Major compute capability

integer(kind=c_int) :: minor

Minor compute capability