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

Function setMemStepSize

src/api/cpp/device.cpp:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void setMemStepSize(const size_t step_bytes) {
165 AF_THROW(af_set_mem_step_size(step_bytes));
166}
167
168size_t getMemStepSize() {
169 size_t size_bytes = 0;

Callers 3

TESTFunction · 0.50
cleanSlateFunction · 0.50
af_set_mem_step_sizeFunction · 0.50

Calls 1

af_set_mem_step_sizeFunction · 0.50

Tested by 1

cleanSlateFunction · 0.40