Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
void setMemStepSize(const size_t step_bytes) {
165
AF_THROW(af_set_mem_step_size(step_bytes));
166
}
167
168
size_t getMemStepSize() {
169
size_t size_bytes = 0;
Callers
3
TEST
Function · 0.50
cleanSlate
Function · 0.50
af_set_mem_step_size
Function · 0.50
Calls
1
af_set_mem_step_size
Function · 0.50
Tested by
1
cleanSlate
Function · 0.40