Skip to content

Commit

Permalink
[WIP] remove chesshack
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Sep 27, 2024
1 parent 2384626 commit 14966e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ static LogicalResult generateUnifiedObject(
std::string errorMessage;
if (useChess) {
Path inputLLChessHackedFile = tempDir / "input.chesshacked.ll";
std::string inputLLChessHackedStr = chesshack(inputLLStr);
std::string inputLLChessHackedStr = inputLLStr;
FailureOr<Path> maybeVitisDir = findVitis(vitisDir, npuVersion);
if (failed(maybeVitisDir)) return failure();
FailureOr<Path> chessIntrinsicsObjFile = assembleStringUsingChess(
Expand Down

0 comments on commit 14966e8

Please sign in to comment.