| 49 | } |
| 50 | |
| 51 | static auto nonprefixed_ops() |
| 52 | { |
| 53 | // ops without prefixes |
| 54 | static std::unordered_set<std::string> op_map = { |
| 55 | "select_module", "load", "if", "nonmaxsuppression", "multibroadcast"}; |
| 56 | return op_map; |
| 57 | } |
| 58 | |
| 59 | static bool is_compiled_gpu_module(const migraphx::module& m) |
| 60 | { |
no outgoing calls
no test coverage detected