From eadc5438266de2b569feb2df7d84f0702f3a2fb6 Mon Sep 17 00:00:00 2001 From: Ruobing Han Date: Wed, 28 Sep 2022 09:54:30 -0400 Subject: [PATCH] add acknowledge in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 78d687e..f7ab2fa 100644 --- a/README.md +++ b/README.md @@ -116,8 +116,7 @@ and [Rodinia Benchmark](https://github.com/yuhc/gpu-rodinia) are two benchmark suites for heterogeneous system computation. CuPBoP uses them as integrated test to verify the correctness. -- [moodycamel::ConcurrentQueue] -() +- [moodycamel::ConcurrentQueue]() is a fast multi-producer, multi-consumer lock-free concurrent queue for C++11. CuPBoP uses it as the task queue for launching and executing kernels.