Skip to content

Commit

Permalink
fix nit
Browse files Browse the repository at this point in the history
Signed-off-by: Stanley Winata <stanley.winata@amd.com>
  • Loading branch information
raikonenfnu committed Sep 30, 2024
1 parent 7a13b1c commit 3d9db14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shark_turbine/kernel/ops/wave_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ def captured_vars(self, graph: fx.Graph) -> list[fx.Node]:
return captured_vars

@property
def type(self) -> list[Memory | Register]:
def type(self) -> Memory | Register | list[Memory | Register]:
res_types = [get_custom(x).type for x in self.init_args]
if len(res_types) == 1:
res_types = res_types[0]
Expand Down

0 comments on commit 3d9db14

Please sign in to comment.