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-13 10:08 +0800
« prev ^ index » next coverage.py v7.6.9, created at 2026-03-13 10:08 +0800
1import torch_ptpu # noqa: F401
2from backend_utils import VendorInfoBase # noqa: E402
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)
12CUSTOMIZED_UNUSED_OPS = ()
15__all__ = ["*"]