| 58 | } |
| 59 | |
| 60 | void save(const program& p, const std::string& filename, const file_options& options) |
| 61 | { |
| 62 | write_buffer(filename, save_buffer(p, options)); |
| 63 | } |
| 64 | |
| 65 | // MIOpen doesn't support serializing fusion plans with Find-2.0 APIs |
| 66 | static void print_miopen_warning(const program& p) |