MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / ErrorClass

Class ErrorClass

src/tests/functional/func-error.cpp:30–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29template <typename M>
30class ErrorClass
31{
32 M metod;
33protected:
34 bool generateData();
35public:
36 void error(cl_int err_etalon);
37// nano_time_t runRepeat(int rep, cl_int* err);
38};
39
40template <typename T> bool
41ErrorClass<T>::generateData()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected