Skip to content

Commit

Permalink
fix bug (FlagOpen#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
Galaxy1458 authored Jan 2, 2025
1 parent e02af1f commit 2ffa6f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/flag_gems/runtime/backend/_nvidia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
from .heuristics_config_utils import HEURISTICS_CONFIGS

global specific_ops, unused_ops
specific_ops = None
unused_ops = None
vendor_info = VendorInfoBase(
vendor_name="nvidia", device_name="cuda", device_query_cmd="nvidia-smi"
)
Expand Down

0 comments on commit 2ffa6f4

Please sign in to comment.