Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ initAxpyMemPatterns
Function
initAxpyMemPatterns
src/library/blas/gens/gen_init.c:460–465 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
458
}
459
460
unsigned int
461
initAxpyMemPatterns(MemoryPattern *mempats)
462
{
463
initAxpyRegisterPattern(&mempats[0]);
464
return 1;
465
}
466
467
int
468
getAxpyMemPatternIndex(clblasImplementation impl)
Callers
1
clblasSetup
Function · 0.85
Calls
1
initAxpyRegisterPattern
Function · 0.85
Tested by
no test coverage detected