Coverage for src/flag_gems/runtime/backend/_sunrise/__init__.py: 20%

5 statements  

« prev     ^ index     » next       coverage.py v7.6.9, created at 2026-03-27 02:51 +0800

1import torch_ptpu # noqa: F401 

2from backend_utils import VendorInfoBase 

3 

4vendor_info = VendorInfoBase( 

5 vendor_name="sunrise", 

6 device_name="ptpu", 

7 device_query_cmd="pt_smi", 

8 triton_extra_name="tang", 

9 dispatch_key="PrivateUse1", 

10) 

11 

12CUSTOMIZED_UNUSED_OPS = () 

13 

14 

15__all__ = ["*"]