get_device_props Interface

interface


Called by

interface~~get_device_props~~CalledByGraph interface~get_device_props get_device_props proc~create~8 kernel_device%create proc~create~8->interface~get_device_props

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.