MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / size

Method size

src/tests/buffer_memory.h:100–103  ·  view source on GitHub ↗

/ note that this is in units of T (float or double) also see: size_in_bytes()

Source from the content-addressed store, hash-verified

98 // note that this is in units of T (float or double)
99 // also see: size_in_bytes()
100 size_t size()
101 {
102 return size_in_bytes() / sizeof(T);
103 }
104
105 /*****************************************************/
106 // returns the amount of memory currently allocated to the buffer in bytes

Callers 15

KernelMethod · 0.80
initParamsMethod · 0.80
getWorkSizesMethod · 0.80
clfftBakePlanFunction · 0.80
variantCompileOptionsMethod · 0.80
finalizeVariantMethod · 0.80
populateCacheMethod · 0.80
initParamsMethod · 0.80
getProgramEntryPointMethod · 0.80
initParamsMethod · 0.80
enqueueMethod · 0.80
clfftGetPlanLengthFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected