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

Function getLogger

src/backend/oneapi/compile_module.cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51using std::chrono::milliseconds;
52
53logger *getLogger() {
54 static shared_ptr<logger> logger(loggerFactory("jit"));
55 return logger.get();
56}
57
58string getProgramBuildLog(const kernel_bundle<bundle_state::executable> &prog) {
59 ONEAPI_NOT_SUPPORTED("");

Callers

nothing calls this directly

Calls 2

loggerFactoryFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected