Skip to content

Commit

Permalink
Revert "Turn on SLPVectorizer for ROCM backend (iree-org#16412)" (ire…
Browse files Browse the repository at this point in the history
…e-org#16417)

This reverts commit c066ceb.
  • Loading branch information
harsh-nod authored Feb 16, 2024
1 parent 7ba952c commit 0c540db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/plugins/target/ROCM/ROCMTarget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class ROCMTargetBackend final : public TargetBackend {
fam.registerPass([&] { return targetMachine.getTargetIRAnalysis(); });

llvm::PipelineTuningOptions pto;
pto.SLPVectorization = true;
pto.SLPVectorization = false;

llvm::PassInstrumentationCallbacks pic;

Expand Down

0 comments on commit 0c540db

Please sign in to comment.