Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AntiAnimeGeneral committed Aug 31, 2024
2 parents 0c4d89a + cbb214c commit c75011f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cubecl-core/src/frontend/synchronization.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use crate::ir::Synchronization;
/// # Coordinates the following among all invocations in the current cube:
///
/// * Memory writes to variables in cube address space(shared memory) complete,
/// e.g. writes that were initiated actually land in the cube address space memory.
/// e.g. writes that were initiated actually land in the cube address space memory.
///
/// * Then all the invocations in the cube wait for each other to arrive at the barrier, i.e. this step.
///
Expand Down

0 comments on commit c75011f

Please sign in to comment.