Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ printResult
Function
printResult
src/samples/example_ssbmv.c:64–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
63
64
static void
65
printResult(const char* str)
66
{
67
size_t i;
68
69
printf(
"%s:\n"
, str);
70
71
for (i = 0; i < N; i++) {
72
printf(
"%f\n"
, Y[ i * incy ]);
73
}
74
}
75
76
int
77
main(void)
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected