Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
namespace kernel_logger {
19
20
inline 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
cudnnModule
Method · 0.70
nnManager
Function · 0.70
checkCudaVsDriverVersion
Method · 0.70
DeviceManager
Method · 0.70
setActiveDevice
Method · 0.70
Calls
1
loggerFactory
Function · 0.85
Tested by
no test coverage detected