Skip to content

Commit

Permalink
leanup
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Butygin <ivan.butygin@gmail.com>
  • Loading branch information
Hardcode84 committed Aug 15, 2024
1 parent 7852b0b commit 9bea0e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions shark_turbine/kernel/wave/codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,7 @@ def handle_write(emitter: WaveEmitter, node: fx.Node):
is_read=False,
)

result = vector_d.scatter(
kb_dest, start_indices, offsets_vec, mask, insert_vector
)
vector_d.scatter(kb_dest, start_indices, offsets_vec, mask, insert_vector)


###############################################################################
Expand Down

0 comments on commit 9bea0e0

Please sign in to comment.