Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ af_get_max_jit_len
Function
af_get_max_jit_len
src/api/c/jit_test_api.cpp:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
#include <platform.hpp>
15
16
af_err af_get_max_jit_len(int *jitLen) {
17
*jitLen = detail::getMaxJitSize();
18
return AF_SUCCESS;
19
}
20
21
af_err af_set_max_jit_len(const int maxJitLen) {
22
try {
Callers
1
getMaxJitLen
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected