TileOPs-Metax/tileops/utils/__init__.py

16 lines
200 B
Python

from .utils import (
get_sm_version,
is_h200,
is_hopper,
is_maca,
str2dtype,
)
__all__ = [
"get_sm_version",
"is_h200",
"is_hopper",
"is_maca",
"str2dtype",
]