Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ initCopyMemPatterns
Function
initCopyMemPatterns
src/library/blas/gens/gen_init.c:445–450 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
443
}
444
445
unsigned int
446
initCopyMemPatterns(MemoryPattern *mempats)
447
{
448
initCopyRegisterPattern(&mempats[0]);
449
return 1;
450
}
451
452
int
453
getCopyMemPatternIndex(clblasImplementation impl)
Callers
1
clblasSetup
Function · 0.85
Calls
1
initCopyRegisterPattern
Function · 0.85
Tested by
no test coverage detected