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

Function TEST

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

Source from the content-addressed store, hash-verified

428#define ETST_TOLERENCE 1E-5
429
430TEST(TRSM_extratest, strsm)
431{
432 Extratest<float>(5, 2, 32, 32, 1.0f, ETST_TOLERENCE);
433}
434
435TEST(TRSM_extratest, dtrsm)
436{

Callers

nothing calls this directly

Calls 2

floatComplexFunction · 0.50
doubleComplexFunction · 0.50

Tested by

no test coverage detected