mark to-do as done.

This commit is contained in:
NunoSempere 2023-06-02 16:25:03 -06:00
parent 3378d1b9e7
commit d2bca155b8

View File

@ -8,8 +8,8 @@ This repository contains a few implementations of a simple botec (back-of-the-en
## To do ## To do
- [ ] Update repository with correct timing
- [ ] Add Windows/Powershell time-measuring commands - [ ] Add Windows/Powershell time-measuring commands
- [ ] Add CUDA? - [ ] Add CUDA?
- [x] Update repository with correct timing
- [x] Use better profiling approach to capture timing with 1M samples. - [x] Use better profiling approach to capture timing with 1M samples.
- [x] See if program can be reworded so as to use multithreading effectively, e.g., so that you see speed gains proportional to the number of threads used - [x] See if program can be reworded so as to use multithreading effectively, e.g., so that you see speed gains proportional to the number of threads used