fclHandleBuildError Interface

interface
public module subroutine fclHandleBuildError(builderrcode, prog, ctx)

Arguments

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

OpenCL API error code

type(fclProgram), intent(in) :: prog

Focal program object

type(fclContext), intent(in) :: ctx

Focal context object

Description

Check an openCL error code and print build log if necessary