Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
static void
69
printResult(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
80
int
81
main(void)
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected