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

Function getMaxJitLen

src/api/cpp/jit_test_api.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13namespace af {
14int getMaxJitLen(void) {
15 int retVal = 0;
16 AF_THROW(af_get_max_jit_len(&retVal));
17 return retVal;
18}
19
20void setMaxJitLen(const int jitLen) { AF_THROW(af_set_max_jit_len(jitLen)); }
21} // namespace af

Callers 1

TESTFunction · 0.85

Calls 1

af_get_max_jit_lenFunction · 0.50

Tested by

no test coverage detected