Skip to content

Commit

Permalink
remove redundant code (#6807)
Browse files Browse the repository at this point in the history
  • Loading branch information
dssgsra committed Nov 19, 2021
1 parent 2169cb8 commit 00e2a00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oneflow/core/cuda/softmax.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ __global__ void SoftmaxBlockSMemImpl(LOAD load, STORE store, const int64_t rows,
} else {
__trap();
}
thread_max = max(thread_max, pack[i]);
}
store.template store<pack_size>(pack, row, pack_id * pack_size);
}
Expand Down

0 comments on commit 00e2a00

Please sign in to comment.