摘要: 首先在cpu上进行计算 #include <iostream> #include <chrono> #define DATA_LEN (100 * 1024 * 1024) inline int rnd(float x) { return static_cast<int>(x * rand() / 阅读全文
posted @ 2023-03-31 17:03 Wangtn 阅读(86) 评论(0) 推荐(0) 编辑