Coverage for src/flag_gems/runtime/backend/_nvidia/fused/__init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.6.9, created at 2026-06-10 07:09 +0800

1""" 

2Example for multi-backend ops. 

3 

4from .sparse_attention import sparse_attn_triton 

5 

6__all__ = [ 

7 "sparse_attn_triton", 

8] 

9"""