Fix typo CP to CPU

This commit is contained in:
Meng Xu 2020-11-13 08:42:51 -08:00
parent 3875ac78c8
commit 7608974af3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Please verify that all things listed below were considered and check them. If an
[] The code is properly formatted (consider running `git clang-format`).
### Performance
[] All CP-hot paths are well optimized.
[] All CPU-hot paths are well optimized.
[] The proper containers are used (for example `std::vector` vs `VectorRef`).
[] There are no new known `SlowTask` traces.