fclGetPlatformInfo Interface

interface
public module subroutine fclGetPlatformInfo(platform, key, value)

Arguments

Type IntentOptional Attributes Name
type(fclPlatform), intent(in) :: platform
integer(kind=c_int32_t), intent(in) :: key
character(len=:), intent(out), allocatable, target :: value

Description

Query platform information. See clGetPlatformInfo for values of 'key' argument containined in clfortran module.