We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87365ab commit bbec7b5Copy full SHA for bbec7b5
softmax/softmax.cu
@@ -38,6 +38,7 @@ __device__ __forceinline__ MD warp_reduce_md_op(MD value) {
38
value.m = bigger_m.m;
39
}
40
return value;
41
+}
42
43
// Warp Reduce Sum
44
template<const int kWarpSize = WARP_SIZE>
0 commit comments