Skip to content

Commit 8ca11cf

Browse files
committed
fix: replacement error
Signed-off-by: Will Johnson <[email protected]>
1 parent ad990a6 commit 8ca11cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/fused-ops-and-kernels/src/fms_acceleration_foak/framework_plugin_fast_kernels.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ def __init__(self, configurations: Dict[str, Dict]):
128128
)
129129

130130
@property
131-
def requires_agumentation(self):
132-
requires_augmentation
131+
def requires_augmentation(self):
132+
return True
133133

134134
def augmentation(
135135
self,

0 commit comments

Comments
 (0)