Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ initReductionMemPatterns
Function
initReductionMemPatterns
src/library/blas/gens/gen_init.c:490–495 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
488
}
489
490
unsigned int
491
initReductionMemPatterns(MemoryPattern *mempats)
492
{
493
initReductionRegisterPattern(&mempats[0]);
494
return 1;
495
}
496
497
int
498
getReductionMemPatternIndex(clblasImplementation impl)
Callers
1
clblasSetup
Function · 0.85
Calls
1
initReductionRegisterPattern
Function · 0.85
Tested by
no test coverage detected