Skip to content

Commit 2129aab

Browse files
committed
V1.0.1
1 parent 7227fef commit 2129aab

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This online book is developed based on [mdBook](https://github.com/rust-lang/mdB
44

55
md files of each chapter of the book is in `src/`.
66

7-
[Python implementations](https://github.com/phys-sim-book/solid-sim-tutorial) of certain topics are included as submodules and discussed in the book. Thus, to clone the source with submodules:
7+
[Python](https://github.com/phys-sim-book/solid-sim-tutorial) and [CUDA](https://github.com/phys-sim-book/solid-sim-tutorial-gpu) implementations of certain topics are included as submodules and discussed in the book. Thus, to clone the source with submodules:
88
```
99
git clone --recurse-submodules https://github.com/phys-sim-book/mdbook-src.git
1010
```

src/lec4.6-gpu_accel.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## GPU-Accelerated Simulation
22

3+
**Author of this section: [Zhaofeng Luo](https://roushelfy.github.io/), Peking University*
4+
35
We now rewrite the 2D mass-spring simulator to leverage GPU acceleration.
46
Instead of directly writing [CUDA](https://developer.nvidia.com/cuda-toolkit), we resort to [MUDA](https://github.com/MuGdxy/muda), a lightweight library that provides a simple interface for GPU-accelerated computations.
57

src/preface.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,24 @@ If you are interested in contributing to editing and improving this book, please
88

99
Depending on the nature of your contribution, you'll be listed as book co-authors or community contributors in future builds of the book.
1010

11-
### Version 1.0.0 (Released 2024/5):
11+
### Version 1.0.1 (Released 2024/8):
1212

13-
#### Chapter Contributors
13+
#### Co-authors
1414

15-
- [Minchen Li](https://www.cs.cmu.edu/~minchenl/), CMU
16-
- [Chenfanfu Jiang](https://www.math.ucla.edu/~cffjiang/), UCLA
15+
- [Minchen Li](https://www.cs.cmu.edu/~minchenl/), Carnegie Mellon University
16+
- [Chenfanfu Jiang](https://www.math.ucla.edu/~cffjiang/), University of California, Los Angeles
17+
- [Zhaofeng Luo](https://roushelfy.github.io/), Peking University
1718

1819
#### Community Contributors (Github)
1920

20-
liminchen, cffjiang
21+
Minchen Li ([@liminchen](https://github.com/liminchen)), Chenfanfu Jiang ([@cffjiang](https://github.com/cffjiang)), Zhaoming Xie ([@zxie-bdai](https://github.com/zxie-bdai)), Yuqi Meng ([@ARessegetesStery](https://github.com/ARessegetesStery)), Zhaofeng Luo ([@Roushelfy](https://github.com/Roushelfy))
2122

2223
### BibTeX
2324

2425
```
2526
@book{li2024physics,
26-
title={Physics-Based Simulation (V1.0.0)},
27-
author={Li, Minchen and Jiang, Chenfanfu},
28-
year={2024}
27+
title={Physics-Based Simulation},
28+
author={Minchen Li and Chenfanfu Jiang and Zhaofeng Luo},
29+
year={2024}
2930
}
3031
```

0 commit comments

Comments
 (0)