#pragma once #include namespace onnx_mlir { /// Returns the directory that should hold PIM artifacts/debug dumps for the /// current compiler invocation. std::string getOutputDir(); void createDirectory(const std::string& directory); } // namespace onnx_mlir