Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
remove signature from global kernel.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmarothwell1 committed Apr 23, 2024
1 parent 7c64679 commit 4e1bb3c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyop2/global_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,7 @@ def __init__(self, local_kernel, arguments, *,
constant_layers=False,
subset=False,
iteration_region=None,
pass_layer_arg=False,
signature=None):
pass_layer_arg=False):
if self._initialized:
return

Expand Down Expand Up @@ -329,7 +328,6 @@ def __init__(self, local_kernel, arguments, *,
self._subset = subset
self._iteration_region = iteration_region
self._pass_layer_arg = pass_layer_arg
self.signature = signature

# Cache for stashing the compiled code
self._func_cache = {}
Expand Down

0 comments on commit 4e1bb3c

Please sign in to comment.