MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / getMemStepSize

Function getMemStepSize

src/api/cpp/device.cpp:168–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168size_t getMemStepSize() {
169 size_t size_bytes = 0;
170 AF_THROW(af_get_mem_step_size(&size_bytes));
171 return size_bytes;
172}
173
174AF_DEPRECATED_WARNINGS_OFF
175#define INSTANTIATE(T) \

Callers 3

TESTFunction · 0.50
cleanSlateFunction · 0.50
af_get_mem_step_sizeFunction · 0.50

Calls 1

af_get_mem_step_sizeFunction · 0.50

Tested by 1

cleanSlateFunction · 0.40