Skip to content

Commit 0809126

Browse files
committed
Update README.md
1 parent 291b2f1 commit 0809126

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ This project is primarily focused on exploring:
3939
2. **Parallelization** - How is the SIMD progamming model implemented in hardware?
4040
3. **Memory** - How does a GPU work around the constraints of limited memory bandwidth?
4141

42-
For each topic, we'll first cover how tiny-gpu implements the fundamentals. Then, using this as a foundation, we'll explore further optimizations implemented in modern-day GPUs.
43-
4442
# Architecture
4543

4644
<p float="left">
@@ -262,6 +260,8 @@ Below is a sample of the execution traces, showing on each cycle the execution o
262260

263261
![execution trace](docs/images/trace.png)
264262

263+
**For anyone trying to run the simulation or play with this repo, please feel free to DM me on [twitter](https://twitter.com/majmudaradam) if you run into any issues - I want you to get this running!**
264+
265265
## Notes
266266

267267
Notes on design decisions made for simplicity that could be optimized away;

0 commit comments

Comments
 (0)