get_device_props Interface

interface


Called by

interface~~get_device_props~~CalledByGraph interface~get_device_props get_device_props proc~create~4 nvrtc_kernel%create proc~create~4->interface~get_device_props proc~create~9 transpose_handle_cuda%create proc~create~9->proc~create~4

public subroutine get_device_props(device, props) bind(C, name="get_device_props_cuda")

Arguments

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

Device number

type(device_props) :: props

GPU Properties

Description

Returns the CUDA device properties for a given device number.