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

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

Callers 1

Calls 2

log_messageFunction · 0.85
stringFunction · 0.50

Tested by

no test coverage detected