Skip to content

Commit

Permalink
added .2 format
Browse files Browse the repository at this point in the history
Signed-off-by: Phuong Nguyen <phuonguyen@nvidia.com>
  • Loading branch information
phu0ngng committed Aug 8, 2024
1 parent 16c0a11 commit e32e640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/build_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def _build_cmake(self, build_dir: Path, install_dir: Path) -> None:
raise RuntimeError(f"Error when running CMake: {e}")

total_time = time.perf_counter() - start_time
print(f"Time for build_ext: {total_time} seconds")
print(f"Time for build_ext: {total_time:.2f} seconds")


def get_build_ext(extension_cls: Type[setuptools.Extension]):
Expand Down

0 comments on commit e32e640

Please sign in to comment.