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

Fix lint

parent a972d759
No related branches found
No related tags found
1 merge request!438Reduction Support
Pipeline #75007 failed
......@@ -235,7 +235,6 @@ class CudaPlatform(GenericGpu):
else:
raise MaterializationError(f"Unknown type of iteration space: {ispace}")
def select_function(self, call: PsCall) -> PsExpression | tuple[tuple[PsAstNode, ...], PsAstNode]:
call_func = call.function
assert isinstance(call_func, PsReductionFunction | PsMathFunction)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment