Skip to content

Commit

Permalink
Update XCLBinGen.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Aug 31, 2024
1 parent c72d0d5 commit 2a760d1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -561,9 +561,7 @@ static LogicalResult generateCoreElfFiles(
/*inputFileName=*/"mm.cc",
/*outputFileName=*/"mm.o",
/*outputDir=*/cwd,
/*extraArgs*/
std::vector<std::string>{"-I",
*maybeVitisDir / "aietools" / "include"},
/*extraArgs*/std::vector<std::string>{},
/*workDir=*/tempDir,
/*peanoDir=*/peanoDir,
/*npuVersion*/ npuVersion, verbose);
Expand Down

0 comments on commit 2a760d1

Please sign in to comment.