Generic interface to query kernel information. See clGetDeviceInfo for values of 'key' argument contained in clfortran module.
Query kernel information for string info. See clGetPlatformInfo for values of 'key' argument containined in clfortran module.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fclKernel), | intent(in) | :: | kernel | |||
integer(kind=c_int32_t), | intent(in) | :: | key | |||
character(len=:), | intent(out), | allocatable, target | :: | value |
Query kernel information for 32bit integer. See clGetPlatformInfo for values of 'key' argument containined in clfortran module.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(fclKernel), | intent(in) | :: | kernel | |||
integer(kind=c_int32_t), | intent(in) | :: | key | |||
integer(kind=c_int32_t), | intent(out), | target | :: | value |