MCPcopy 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
538bool synchronize_calls() {
539 static const bool sync = getEnvVar("AF_SYNCHRONOUS_CALLS") == "1";
540 return sync;
541}
542
543int& getMaxJitSize() {
544#if defined(OS_MAC)

Callers

nothing calls this directly

Calls 1

getEnvVarFunction · 0.85

Tested by

no test coverage detected