Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ synchronize_calls
Function
synchronize_calls
src/backend/opencl/platform.cpp:661–664 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
659
}
660
661
bool synchronize_calls() {
662
static const bool sync = getEnvVar(
"AF_SYNCHRONOUS_CALLS"
) ==
"1"
;
663
return sync;
664
}
665
666
int& getMaxJitSize() {
667
#if defined(OS_MAC)
Callers
nothing calls this directly
Calls
1
getEnvVar
Function · 0.85
Tested by
no test coverage detected