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

Function setMemStepSize

src/backend/oneapi/memory.cpp:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void setMemStepSize(size_t step_bytes) {
44 memoryManager().setMemStepSize(step_bytes);
45}
46
47size_t getMemStepSize() { return memoryManager().getMemStepSize(); }
48

Callers

nothing calls this directly

Calls 1

setMemStepSizeMethod · 0.45

Tested by

no test coverage detected