Skip to content

Commit 4457d30

Browse files
committed
xe: sum: fix simple.cl kernel issue
1 parent d248f99 commit 4457d30

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/gpu/intel/sum/simple.cl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* limitations under the License.
1515
*******************************************************************************/
1616

17+
#include "gpu/intel/include/custom_types.h"
18+
1719
__kernel void simple_sum(
1820
__global float *input, __global float *output, float scale, int a) {
1921

0 commit comments

Comments
 (0)