From 7740c75ad347bfc4491d7dfc2ffb269a24c56490 Mon Sep 17 00:00:00 2001 From: Simon Ewing Date: Tue, 5 Nov 2024 08:52:21 -0800 Subject: [PATCH] xe: reduction: fixup half reduction function --- src/gpu/intel/ocl/reduction/ocl_reduction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gpu/intel/ocl/reduction/ocl_reduction.h b/src/gpu/intel/ocl/reduction/ocl_reduction.h index adc77d23aa6..a9e8e30e58d 100644 --- a/src/gpu/intel/ocl/reduction/ocl_reduction.h +++ b/src/gpu/intel/ocl/reduction/ocl_reduction.h @@ -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