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

Function getLogger

src/backend/cuda/debug_cuda.hpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace kernel_logger {
19
20inline auto getLogger() {
21 static auto logger = common::loggerFactory("kernel");
22 return logger;
23}
24} // namespace kernel_logger
25} // namespace cuda
26} // namespace arrayfire

Callers 5

cudnnModuleMethod · 0.70
nnManagerFunction · 0.70
DeviceManagerMethod · 0.70
setActiveDeviceMethod · 0.70

Calls 1

loggerFactoryFunction · 0.85

Tested by

no test coverage detected