Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ call_func
Method
call_func
src/client/clfunc_xgemm.hpp:71–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void call_func()
72
{
73
timer.Start(timer_id);
74
xGemm_Function(true, buffer_.apiCallCount);
75
timer.Stop(timer_id);
76
}
77
78
79
void validate_with_cblas(int validate)
Callers
nothing calls this directly
Calls
2
Start
Method · 0.80
Stop
Method · 0.80
Tested by
no test coverage detected