Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ synchronize_calls
Function
synchronize_calls
src/backend/oneapi/platform.cpp:538–541 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
536
}
537
538
bool synchronize_calls() {
539
static const bool sync = getEnvVar(
"AF_SYNCHRONOUS_CALLS"
) ==
"1"
;
540
return sync;
541
}
542
543
int& getMaxJitSize() {
544
#if defined(OS_MAC)
Callers
nothing calls this directly
Calls
1
getEnvVar
Function · 0.85
Tested by
no test coverage detected