Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ af_set_max_jit_len
Function
af_set_max_jit_len
src/api/c/jit_test_api.cpp:21–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
af_err af_set_max_jit_len(const int maxJitLen) {
22
try {
23
ARG_ASSERT(1, maxJitLen > 0);
24
detail::getMaxJitSize() = maxJitLen;
25
}
26
CATCHALL;
27
return AF_SUCCESS;
28
}
Callers
1
setMaxJitLen
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected