add acknowledge in README

This commit is contained in:
Ruobing Han 2022-09-28 09:54:30 -04:00
parent 5f5a0e78d2
commit eadc543826
1 changed files with 1 additions and 2 deletions

View File

@ -116,8 +116,7 @@ and [Rodinia Benchmark](https://github.com/yuhc/gpu-rodinia)
are two benchmark suites are two benchmark suites
for heterogeneous system computation. for heterogeneous system computation.
CuPBoP uses them as integrated test to verify the correctness. CuPBoP uses them as integrated test to verify the correctness.
- [moodycamel::ConcurrentQueue] - [moodycamel::ConcurrentQueue](<https://github.com/cameron314/concurrentqueue/tree/master>)
(<https://github.com/cameron314/concurrentqueue/tree/master>)
is a fast multi-producer, is a fast multi-producer,
multi-consumer lock-free concurrent queue for C++11. multi-consumer lock-free concurrent queue for C++11.
CuPBoP uses it as the task queue for launching and executing kernels. CuPBoP uses it as the task queue for launching and executing kernels.