Reduction Support
- Richard Angersbach authored
@@ -4,6 +4,7 @@ from typing import Sequence
@@ -4,6 +4,7 @@ from typing import Sequence
@@ -25,7 +26,7 @@ from ..ast.expressions import (
@@ -25,7 +26,7 @@ from ..ast.expressions import (
@@ -43,7 +44,7 @@ class GenericCpu(Platform):
@@ -43,7 +44,7 @@ class GenericCpu(Platform):
@@ -63,12 +64,25 @@ class GenericCpu(Platform):
@@ -63,12 +64,25 @@ class GenericCpu(Platform):
if isinstance(dtype, PsScalarType) and func in (NumericLimitsFunctions.Min, NumericLimitsFunctions.Max):