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

Function printResult

src/samples/example_ssymv.c:72–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70static const size_t offy = 1; /* off */
71
72static void
73printResult(const char* str)
74{
75 size_t i, nElements;
76
77 printf("%s:\n", str);
78
79 nElements = (sizeof(result) / sizeof(cl_float)) / incy;
80 for (i = 0; i < nElements; i++) {
81 printf("%d\n", (int)result[i * incy]);
82 }
83}
84
85int
86main(void)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected