分类: 未分类

6 篇文章

CUDA 入门教程
Hello, cuda! CMake 中启用 CUDA 支持 最新版的 CMake(3.18 以上),只需在 LANGUAGES 后面加上 CUDA 即可启用。 然后在 add_executable 里直接加你的 .cu 文件,和 .cpp 一样。 project(hellocuda LANGUAGES CXX CUDA) CUDA 编译器兼容 C…
关于我
About Me Currently I'm a 4th year undergraduate majoring in Software Engineering at the University of Electronic Science and Technology of China (UESTC), and I'm also an incom…
thumbnail
2022-ICPC-合肥-参赛小结
[toc] 赛程回顾: 来之前在车上看了下开幕式,十点十几到清水河,下车后也带着耳机听了下开幕式,然后转了一圈感觉食堂应该都没有开门,就去商业街找超市,先去易购买了一个蛋黄派,再在旁边的红旗连锁超市找到了costa咖啡,遂买了,10:50左右到达了考试地点,队友已经到了。等待考试开始,11:15左右开始登录,手机机位调整了好几次,考前20min c…
thumbnail
博客文章测试
Markdown语法测试 这是引用 A B C 粗体 文本高亮测试 $$\LaTeX$$ $$Sum = \sum_{i=1}^n a_i$$ #include <bits/stdc++.h> using namespace std; int main(){ int n = 10; for(int i = 0; i < 10; +…
世界,您好!
欢迎使用WordPress。这是您的第一篇文章。编辑或删除它,然后开始写作吧!