Skip to content
Snippets Groups Projects

Reduction Support

Open Richard Angersbach requested to merge rangersbach/reductions into v2.0-dev
Compare and Show latest version
2 files
+ 12
0
Preferences
Compare changes
Files
2
@@ -2,6 +2,7 @@ from __future__ import annotations
from warnings import warn
from typing import TYPE_CHECKING
from ..ast import PsAstNode
from ...types import constify
from ..exceptions import MaterializationError
from .generic_gpu import GenericGpu
@@ -134,6 +135,11 @@ class CudaPlatform(GenericGpu):
f"No implementation available for function {func} on data type {dtype}"
)
def unfold_function(
self, call: PsCall
) -> PsAstNode:
pass
# Internals
def _prepend_dense_translation(