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

Function printResult

src/samples/example_sgbmv.c:68–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67
68static void
69printResult(const char* str)
70{
71 size_t i;
72
73 printf("%s:\n", str);
74
75 for (i = 0; i < M; i++) {
76 printf("%f\n", Y[ i * incy ]);
77 }
78}
79
80int
81main(void)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected