Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ TEST
Function
TEST
src/tests/functional/func-thread.cpp:187–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
185
186
#ifdef DO_THEIRS
187
TEST(THREAD, sgemm) {
188
MThreadClass<GemmMetod<cl_float> > ec;
189
ec.mthread();
190
}
191
TEST(THREAD, cgemm) {
192
MThreadClass<GemmMetod<FloatComplex> > ec;
193
ec.mthread();
Callers
nothing calls this directly
Calls
1
mthread
Method · 0.80
Tested by
no test coverage detected