Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanradanov committed Jan 10, 2025
1 parent 29383af commit 0b7f9fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/enzyme_ad/jax/Passes/SROAWrappers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,10 @@ struct SROAJuliaWrappersPass
using namespace llvm;
PipelineTuningOptions PTO;
PTO.LoopUnrolling = false;
// For historical reasons, loop interleaving is set to mirror setting for
// loop unrolling.
PTO.LoopInterleaving = false;
PTO.LoopVectorization = false;
PTO.SLPVectorization = false;
PTO.MergeFunctions = false;
// Only enable CGProfilePass when using integrated assembler, since
// non-integrated assemblers don't recognize .cgprofile section.
PTO.CallGraphProfile = false;
PTO.UnifiedLTO = false;

Expand Down

0 comments on commit 0b7f9fb

Please sign in to comment.