MCPcopy 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
445unsigned int
446initCopyMemPatterns(MemoryPattern *mempats)
447{
448 initCopyRegisterPattern(&mempats[0]);
449 return 1;
450}
451
452int
453getCopyMemPatternIndex(clblasImplementation impl)

Callers 1

clblasSetupFunction · 0.85

Calls 1

initCopyRegisterPatternFunction · 0.85

Tested by

no test coverage detected