MCPcopy 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
661bool synchronize_calls() {
662 static const bool sync = getEnvVar("AF_SYNCHRONOUS_CALLS") == "1";
663 return sync;
664}
665
666int& getMaxJitSize() {
667#if defined(OS_MAC)

Callers

nothing calls this directly

Calls 1

getEnvVarFunction · 0.85

Tested by

no test coverage detected