Skip to content

Commit 6c6ea8c

Browse files
committed
update
1 parent acbe8e6 commit 6c6ea8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/operators/kernel_primitives/compute_primitives.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ __device__ __forceinline__ void ElementwiseUnary(OutT* out, const T* in,
248248
* true
249249
*/
250250
template <typename T, int NX, int NY, int BlockSize, class OpFunc,
251-
ReduceMode Mode>
251+
details::ReduceMode Mode>
252252
__device__ __forceinline__ void Reduce(T* out, const T* in, OpFunc reducer,
253253
bool reduce_last_dim) {
254254
int block_index = blockDim.y;

0 commit comments

Comments
 (0)