diff --git a/_posts/2024-07-29-Parallelizing.md b/_posts/2024-07-29-Parallelizing.md index 4b61268..652e702 100644 --- a/_posts/2024-07-29-Parallelizing.md +++ b/_posts/2024-07-29-Parallelizing.md @@ -108,4 +108,4 @@ convolution( ``` # A new outlook -Of course, the world would be a lovely place if everything could be parallelised as easily as this. But realistically, parallelizing these operations is hard, but you have tools like local groups, barriers, etc to help you out! +Of course, the world would be a lovely place if everything could be parallelised as easily as this. Realistically, parallelizing these operations is hard, but you have tools like local groups, barriers, etc to help you out!