Skip to content
Snippets Groups Projects
Commit c4305590 authored by Richard Angersbach's avatar Richard Angersbach
Browse files

Fix missing resolution of ConstantFunctions on GPU platforms

parent 2ca58226
No related branches found
No related tags found
1 merge request!438Reduction Support
Pipeline #78448 passed
......@@ -313,7 +313,7 @@ class GenericGpu(Platform):
arg_types = (dtype,) * call.function.arg_count
expr: PsExpression | None = None
if isinstance(dtype, PsIeeeFloatType) and func in MathFunctions:
if isinstance(dtype, PsIeeeFloatType):
match func:
case (
MathFunctions.Exp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment