Skip to content
Snippets Groups Projects

WIP: Add InterpolatorAccess.__getnewargs__

Compare and
1 file
+ 3
0
Preferences
Compare changes
@@ -287,6 +287,9 @@ class InterpolatorAccess(TypedSymbol):
@@ -287,6 +287,9 @@ class InterpolatorAccess(TypedSymbol):
# noinspection SpellCheckingInspection
# noinspection SpellCheckingInspection
__xnew_cached_ = staticmethod(cacheit(__new_stage2__))
__xnew_cached_ = staticmethod(cacheit(__new_stage2__))
 
def __getnewargs__(self):
 
return self.symbol, self.offsets
 
##########################################################################################
##########################################################################################
# GPU-specific fast specializations (for precision GPUs can also use above nodes/symbols #
# GPU-specific fast specializations (for precision GPUs can also use above nodes/symbols #
##########################################################################################
##########################################################################################