Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Galaxy1458 committed Nov 18, 2024
1 parent e6bbce4 commit 81ee7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flag_gems/runtime/register/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_vendor_extend_op(self):
return backend.get_curent_device_extend_op(
self.device.vendor_name
)
return ()
return {}

def get_vendor_unused_op(self):
if self.device.vendor != backend.vendors.NVIDIA:
Expand Down

0 comments on commit 81ee7a8

Please sign in to comment.