fclGetEventInfo Interface

interface
public module subroutine fclGetEventInfo(event, key, value)

Arguments

Type IntentOptional Attributes Name
type(fclEvent), intent(in) :: event
integer(kind=c_int32_t), intent(in) :: key
integer(kind=c_int32_t), intent(out), target :: value

Description

Query kernel information for 32bit integer. See clGetPlatformInfo for values of 'key' argument containined in clfortran module.