Skip to content

Commit

Permalink
2 tiny fixes: typo and @fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Jan 1, 2025
1 parent d8f264d commit d4c9644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ This is very tentative.
For more details, see [CHANGES](CHANGES.md).

* **0.5: Synchronization and automation at the buffer level.**
* **0.5.1: Automatic synchronization for transfers between host and devices.**
* **0.5.1: Automatic synchronization and transfers between host and devices.**
* **0.5.0: Stream-to-stream synchronization at the buffer level.**
* Support for CUDA events, and `Condition`-based events for CPU backends.
* Overhaul of the backend interfaces, both user-facing but especially internal: full code sharing.
Expand Down
2 changes: 1 addition & 1 deletion bin/zero2hero_1of7.ml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ let _suspended () =
in
()

let () =
let () =
Rand.init 0;
Utils.set_log_level 2;
Utils.settings.output_debug_files_in_build_directory <- true;
Expand Down

0 comments on commit d4c9644

Please sign in to comment.