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

Function local_assert

src/tests/correctness/corr-trsm.cpp:293–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291
292template <typename T>
293void local_assert(T x, T y, T d)
294{
295 ASSERT_NEAR(x, y, d);
296}
297
298template <>
299void local_assert<FloatComplex>(FloatComplex x, FloatComplex y, FloatComplex d)

Callers 1

ExtratestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected