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

Method ExtraTestSizes

src/tests/include/ExtraTestSizes.h:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37struct ExtraTestSizes
38{
39 ExtraTestSizes() : offA(0), offBX(0), offCY(0)
40 {
41 strideA.ld = 0;
42 strideBX.ld = 0;
43 strideCY.ld = 0;
44 }
45
46 ExtraTestSizes(
47 size_t lda,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected