Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ setMemStepSize
Function
setMemStepSize
src/backend/opencl/memory.cpp:41–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void setMemStepSize(size_t step_bytes) {
42
memoryManager().setMemStepSize(step_bytes);
43
}
44
45
size_t getMemStepSize() { return memoryManager().getMemStepSize(); }
46
Callers
nothing calls this directly
Calls
1
setMemStepSize
Method · 0.45
Tested by
no test coverage detected