From 2129aab7f075fe28822222b0baa9dae8d8995451 Mon Sep 17 00:00:00 2001 From: Minchen Li Date: Sun, 4 Aug 2024 12:21:18 -0400 Subject: [PATCH] V1.0.1 --- README.md | 2 +- src/lec4.6-gpu_accel.md | 2 ++ src/preface.md | 17 +++++++++-------- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9de983a..65a1b15 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This online book is developed based on [mdBook](https://github.com/rust-lang/mdB md files of each chapter of the book is in `src/`. -[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: +[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: ``` git clone --recurse-submodules https://github.com/phys-sim-book/mdbook-src.git ``` diff --git a/src/lec4.6-gpu_accel.md b/src/lec4.6-gpu_accel.md index 212b4b5..11f040e 100644 --- a/src/lec4.6-gpu_accel.md +++ b/src/lec4.6-gpu_accel.md @@ -1,5 +1,7 @@ ## GPU-Accelerated Simulation +**Author of this section: [Zhaofeng Luo](https://roushelfy.github.io/), Peking University* + We now rewrite the 2D mass-spring simulator to leverage GPU acceleration. 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. diff --git a/src/preface.md b/src/preface.md index 534e767..30c7b69 100644 --- a/src/preface.md +++ b/src/preface.md @@ -8,23 +8,24 @@ If you are interested in contributing to editing and improving this book, please Depending on the nature of your contribution, you'll be listed as book co-authors or community contributors in future builds of the book. -### Version 1.0.0 (Released 2024/5): +### Version 1.0.1 (Released 2024/8): -#### Chapter Contributors +#### Co-authors -- [Minchen Li](https://www.cs.cmu.edu/~minchenl/), CMU -- [Chenfanfu Jiang](https://www.math.ucla.edu/~cffjiang/), UCLA +- [Minchen Li](https://www.cs.cmu.edu/~minchenl/), Carnegie Mellon University +- [Chenfanfu Jiang](https://www.math.ucla.edu/~cffjiang/), University of California, Los Angeles +- [Zhaofeng Luo](https://roushelfy.github.io/), Peking University #### Community Contributors (Github) -liminchen, cffjiang +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)) ### BibTeX ``` @book{li2024physics, -title={Physics-Based Simulation (V1.0.0)}, -author={Li, Minchen and Jiang, Chenfanfu}, -year={2024} + title={Physics-Based Simulation}, + author={Minchen Li and Chenfanfu Jiang and Zhaofeng Luo}, + year={2024} } ``` \ No newline at end of file