MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCL-CTS / execute

Method execute

test_conformance/spir/run_build_test.cpp:89–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87{}
88
89bool BuildTask::execute()
90{
91 cl_int err_code =
92 clBuildProgram(m_program, 0, NULL, m_options.c_str(), NULL, NULL);
93 if (CL_SUCCESS == err_code) return true;
94
95 setErrorLog(m_program);
96 return false;
97}
98
99//
100// SpirBuildTask

Callers 4

runBuildTestMethod · 0.80
compareResultMethod · 0.80
test_enum_valuesFunction · 0.80
test_kernel_attributesFunction · 0.80

Calls 4

emptyMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected