Skip to content
Merged
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
1 change: 0 additions & 1 deletion torch/csrc/jit/codegen/cuda/scheduler/reduction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ void scheduleReduction(
const std::vector<TensorView*>& outs_of_red) {
FUSER_PERF_SCOPE("scheduleReduction");
FusionGuard fg(fusion);
constexpr int kLoopUnrollSplit = 4;

// If either of these are nullptr at the end of this function don't do
// anything. Otherwise Transform and parallize entire fusion based on
Expand Down