We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f0455 commit 5bffbe7Copy full SHA for 5bffbe7
src/onnx-mlir.cpp
@@ -92,7 +92,7 @@ int main(int argc, char *argv[]) {
92
// Add the short inputFilename to the first compile phase printout so that we
93
// may better determine which compilation we are dealing with.
94
std::filesystem::path p(inputFilename);
95
- std::string modelShortName = p.filename();
+ std::string modelShortName = p.filename().string();
96
// Configure compile phase information.
97
SET_TOTAL_COMPILE_PHASE(emissionTarget);
98
std::string msg =
0 commit comments