fclDumpKernelProfileData Interface

interface
public module subroutine fclDumpKernelProfileData(outputUnit, kernelList, device)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: outputUnit

Output unit to write summary data

class(fclKernel), intent(in) :: kernelList(:)

List of kernels for which to dump profile data

type(fclDevice), intent(in) :: device

Device on which the kernels were executed Needed for kernel work group info.

Description

Dump summary of profile data for list of kernels to specific output unit