Diff Coverage

Diff: origin/master...HEAD, staged and unstaged changes

Source File Diff Coverage (%) Missing Lines
hyper_parallel/core/fully_shard/hsdp_scheduler.py 100%  
hyper_parallel/platform/mindspore/platform.py 0.0% 1781
hyper_parallel/platform/mindspore/platform.py
1777
1778
1779
1780
1781
1782
1783
1784
1785

    @staticmethod
    def profiler_record(name):
        """Profiler context manager for recording operations using mindspore.profiler."""
        return ms.profiler.common.record_function.RecordFunction(name)

    def str_to_dtype(self, dtype_str: str) -> Any:
        """Resolve checkpoint dtype strings (``mindspore.*`` or short ``str(Tensor.dtype)`` e.g. ``Float32``)."""
        if "." in dtype_str: