Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion third_party/intel/triton_xpu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ void init_triton_intel(py::module &&m) {
// It vectorizes @llvm.fmuladd.f32 with @llvm.fmuladd.v32f32. We can
// consider to reenable SLP vectorization when the failure is
// investigated.
tuningOptions.SLPVectorization = false;
tuningOptions.SLPVectorization = true;

PassBuilder pb(nullptr /*targetMachine*/, tuningOptions, std::nullopt,
instrCbPtr);
Expand Down
Loading