Skip to content

Commit bbec7b5

Browse files
authored
[Softmax][Bugfix] fixed softmax compile error (#63)
1 parent 87365ab commit bbec7b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

softmax/softmax.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ __device__ __forceinline__ MD warp_reduce_md_op(MD value) {
3838
value.m = bigger_m.m;
3939
}
4040
return value;
41+
}
4142

4243
// Warp Reduce Sum
4344
template<const int kWarpSize = WARP_SIZE>

0 commit comments

Comments
 (0)