Skip to content

Commit a429725

Browse files
committed
Update typos
1 parent ea2a249 commit a429725

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

BENCHMARKS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The benchmark job in our CI pipeline ([`test_gpu.yml`](https://github.com/Forest
7070

7171
## CUDA Optimizations
7272

73-
mach optimize GPU memory access patterns to improve performance. For those interested in learning more about CUDA optimization, excellent resources include:
73+
mach optimizes GPU memory access patterns to improve performance. For those interested in learning more about CUDA optimization, excellent resources include:
7474

7575
- [CUDA Crash Course](https://github.com/CoffeeBeforeArch/cuda_programming/) by CoffeeBeforeArch
7676
- [How CUDA Programming Works](https://www.nvidia.com/en-us/on-demand/session/gtcspring22-s41487/) - CUDA Architect presentation on CUDA best-practices
@@ -180,9 +180,9 @@ python tests/plot_scaling.py --output assets/benchmark-scaling.png
180180

181181
![Benchmark scaling workload size](assets/benchmark-scaling.svg)
182182

183-
*FIgure: throughput is largely consistent across dataset sizes, except for an improvement for >=16 frames.*
183+
*Figure: throughput is largely consistent across dataset sizes, except for a small decrease for <16 frames.*
184184

185-
## Performance suggestions
185+
## Performance Suggestions
186186

187187
For Maximum Throughput:
188188

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ We welcome [feature requests](https://github.com/Forest-Neurotech/mach/issues)!
8585

8686
mach builds upon the excellent work of the ultrasound imaging community:
8787

88-
* **[vbeam](https://github.com/magnusdk/vbeam)** - For educational examples and validation benchmarks
89-
* **[PyMUST](https://github.com/creatis-ULTIM/PyMUST) / [PICMUS](https://www.creatis.insa-lyon.fr/Challenge/IEEE_IUS_2016/)** - For standardized evaluation datasets
90-
* **Community contributors** - Gev and Qi for CUDA optimization guidance
88+
- **[vbeam](https://github.com/magnusdk/vbeam)** - For educational examples and validation benchmarks
89+
- **[PyMUST](https://github.com/creatis-ULTIM/PyMUST) / [PICMUS](https://www.creatis.insa-lyon.fr/Challenge/IEEE_IUS_2016/)** - For standardized evaluation datasets
90+
- **Community contributors** - Gev and Qi for CUDA optimization guidance
9191

9292
## Citation
9393

examples/doppler.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This example demonstrates CUDA-accelerated ultrasound beamforming for power Doppler
66
imaging using a rotating disk phantom dataset. We'll use the same dataset as the
77
`PyMUST Doppler example <https://www.biomecardio.com/MUST/functions/html/iq2doppler_doc.html>`_
8-
and follow a similar workflow to the `ultraspy doppler tutorial <https://ultraspy.readthedocs.io/en/latest/examples/doppler.html>`_.
8+
and follow a similar workflow to the `ultraspy doppler tutorial`_.
99
1010
**Dataset Attribution:**
1111
The rotating disk data comes from PyMUST's example dataset [1]_, which contains ultrasound data
@@ -292,9 +292,9 @@
292292
#
293293
# **Expected results:**
294294
# The power Doppler image should show:
295-
# - **Bright circular region**: The rotating disk creates motion that appears bright
296-
# - **Dark background**: Static tissue appears dark in power Doppler
297-
# - **Spatial accuracy**: Disk location matches the physical phantom geometry
295+
# - **Bright circular region**: The rotating disk creates motion that appears bright.
296+
# - **Dark background**: Static tissue appears dark in power Doppler.
297+
# - **Spatial accuracy**: Disk location matches the physical phantom geometry.
298298
# - **Matches**: https://www.biomecardio.com/MUST/functions/html/iq2doppler_doc.html#7
299299
#
300300
# **Performance advantages:**

examples/plane_wave_compound.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
===================================================
44
55
This example demonstrates plane wave compounding of data from the
6-
PICMUS challenge (Plane-wave Imaging Challenge in Medical UltraSound). PICMUS
6+
PICMUS challenge (Plane-wave Imaging Challenge in Medical Ultrasound). PICMUS
77
provides standardized datasets for evaluating plane wave imaging algorithms.
88
99
**Example overview:**

0 commit comments

Comments
 (0)