MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / log_default_policy

Function log_default_policy

src/framework/sampling/torch_random.cpp:294–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292namespace {
293
294void log_default_policy(std::string_view category, std::string_view reason) {
295 engine::debug::log_message(
296 engine::debug::LogLevel::Warning,
297 category,
298 std::string("using default Torch RNG layout policy ")
299 + "(multiprocessor_count=1, max_threads_per_multiprocessor=256): " + std::string(reason));
300}
301
302} // namespace
303

Callers 1

Calls 2

log_messageFunction · 0.85
stringFunction · 0.50

Tested by

no test coverage detected