04 2022 档案

摘要:Crunching Numbers with AVX and AVX2 - CodeProject SSE与AVX指令集加速 - 简书 (jianshu.com) 阅读全文
posted @ 2022-04-29 01:27 BohrCh 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-04-19 18:51 BohrCh 阅读(10) 评论(0) 推荐(0) 编辑
摘要:int index = 1; while(index < argc){ if(strcmp(argv[index], "-d") == 0){ index += 1; directory = (char*) malloc(strlen(argv[index])); strcpy(directory, 阅读全文
posted @ 2022-04-07 18:54 BohrCh 阅读(30) 评论(0) 推荐(0) 编辑
摘要:问题描述 使用VSCode 连接远程机器时,CMakeLists.txt没有语法高亮, 打开VSCode的扩展后,提示“此扩展在此工作区中被禁用” ##解决方式 1.选择VSCode 左下角的管理工作区 2.添加工程所在的路径即可 阅读全文
posted @ 2022-04-04 16:27 BohrCh 阅读(2980) 评论(0) 推荐(0) 编辑
摘要:一.纯CUDA 库 利用__FILE__ ,__LINE__这两个宏以及cudaGetErrorString()这个函数 #define CHECK(call) \ { \ const cudaError_t error=call; \ if(error!=cudaSuccess) \ { \ pr 阅读全文
posted @ 2022-04-04 02:25 BohrCh 阅读(407) 评论(0) 推荐(0) 编辑
摘要:cmake在非foot时安装教程及Permission denied解决方案_superdan5的博客-CSDN博客 阅读全文
posted @ 2022-04-02 23:00 BohrCh 阅读(18) 评论(0) 推荐(0) 编辑
摘要:lock_guard<T>lock(mtx)中lock 的作用周期是从构造到析构, unique_lock<std::mutex> lock3(mtx) 可以由程序源手动释放 std::lock(mtx1 mtx2 ) 可以同时获取多个锁 阅读全文
posted @ 2022-04-01 12:33 BohrCh 阅读(15) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示