Skip to content

Commit

Permalink
Simd optimizations: partial SIMD loops for element-wise ops (#2908)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Eichenberger <[email protected]>
  • Loading branch information
AlexandreEichenberger authored Aug 22, 2024
1 parent 338141f commit df9a32d
Show file tree
Hide file tree
Showing 24 changed files with 2,002 additions and 1,545 deletions.
2 changes: 2 additions & 0 deletions src/Compiler/CompilerUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ void showCompilePhase(std::string msg) {

llvm::outs() << "[" << CURRENT_COMPILE_PHASE++ << "/" << TOTAL_COMPILE_PHASE
<< "] " << currentTime << " " << msg << "\n";
// Flush so that if there are errors, we know where it came from.
llvm::outs().flush();

// Reset current phase.
if (CURRENT_COMPILE_PHASE > TOTAL_COMPILE_PHASE)
Expand Down
Loading

0 comments on commit df9a32d

Please sign in to comment.