Skip to content

Commit

Permalink
xe: reduction: fixup half reduction function
Browse files Browse the repository at this point in the history
  • Loading branch information
Simonsays095 authored and karturov committed Nov 5, 2024
1 parent a4fcef9 commit 7740c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gpu/intel/ocl/reduction/ocl_reduction.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ IF_DOUBLE_SUPPORTED(DEF_fp_minmax_abs(double));
DEF_reduce(float);
DEF_reduce(int);
IF_DOUBLE_SUPPORTED(DEF_reduce(double));
IF_DOUBLE_SUPPORTED(DEF_reduce(half));
IF_HALF_SUPPORTED(DEF_reduce(half));

#undef DEF_reduce

Expand Down

0 comments on commit 7740c75

Please sign in to comment.