Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Update pyop2/caching.py
Browse files Browse the repository at this point in the history
Co-authored-by: Connor Ward <[email protected]>
  • Loading branch information
dham and connorjward authored Aug 21, 2024
1 parent 8c9ca07 commit 395b760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyop2/caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def parallel_cache(
):
"""Memory only cache decorator.
Decorator for wrapping a function to be called over a communiucator in a
Decorator for wrapping a function to be called over a communicator in a
cache that stores broadcastable values in memory. If the value is found in
the cache of rank 0 it is broadcast to all other ranks.
Expand Down

0 comments on commit 395b760

Please sign in to comment.