| 292 | return output; |
| 293 | } |
| 294 | |
| 295 | namespace { |
| 296 | |
| 297 | void 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 | } |
no test coverage detected