随笔分类 -  小记1

摘要:vim test.cpp #include <unordered_map>#include <cstdio>#include <omp.h> int main(int argc, char *argv[]){ std::unordered_map<unsigned,std::string> map{ 阅读全文

posted @ 2022-11-11 13:23 无人知晓LLH 阅读(532) 评论(0) 推荐(0)

摘要: 阅读全文

posted @ 2021-08-16 14:16 无人知晓LLH 阅读(285) 评论(0) 推荐(0)

摘要:1. 2.make 3.cuda-gdb 可执行文件 阅读全文

posted @ 2021-03-01 15:57 无人知晓LLH 阅读(81) 评论(0) 推荐(0)

摘要:cuda上使用: ctags -R --langmap=c++:+.cu * 在超算上使用ctags: ctags --languages=c,c++ * 阅读全文

posted @ 2021-03-01 15:44 无人知晓LLH 阅读(66) 评论(0) 推荐(0)

摘要:Gprof的使用 Gprof使用时一些简介: https://blog.csdn.net/kesaihao862/article/details/7313679 使用: Make ./可执行文件 Gprof -b -p 可执行文件 gmon.out > a.txt 4. Vi a.txt 阅读全文

posted @ 2021-03-01 15:23 无人知晓LLH 阅读(145) 评论(0) 推荐(0)

导航