MCPcopy 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
460unsigned int
461initAxpyMemPatterns(MemoryPattern *mempats)
462{
463 initAxpyRegisterPattern(&mempats[0]);
464 return 1;
465}
466
467int
468getAxpyMemPatternIndex(clblasImplementation impl)

Callers 1

clblasSetupFunction · 0.85

Calls 1

initAxpyRegisterPatternFunction · 0.85

Tested by

no test coverage detected