摘要: 这里推荐一个Typora的插件https://github.com/obgnail/typora_plugin, 做个记录,使用体验还不错 阅读全文
posted @ 2024-05-14 17:40 CV卡卡西 阅读(187) 评论(0) 推荐(0)
摘要: 参考文档: CUDA C++ Best Practices Guide 持续更新中。。。 指令优化 使用数学库 在速度胜过精度的情况时,可以考虑使用数学库函数接口。函数名称前带有__下划线的函数名,此类函数在硬件级别上的映射,速度更快,精度稍低。例如:__sinf(x) 另请注意,每当计算同一参数的 阅读全文
posted @ 2023-11-22 22:20 CV卡卡西 阅读(83) 评论(0) 推荐(0)
摘要: 参考链接 【CUDA教程】四、异常处理与编程技巧 cuda错误检测方法 宿主线程维护着一个初始化为cudaSuccess的cudaError_t类型变量,但出现错误时,该变量都会被错误代码替换。在调用cudaGetLastError()时,就会返回此变量,并将其置为cudaSucess。 CUDA 阅读全文
posted @ 2023-11-22 10:40 CV卡卡西 阅读(206) 评论(0) 推荐(0)
摘要: https://patents.google.com/patent/CN101972152A/de 阅读全文
posted @ 2022-11-17 22:43 CV卡卡西 阅读(23) 评论(0) 推荐(0)
摘要: https://developer.aliyun.com/article/48360 阅读全文
posted @ 2022-11-16 14:04 CV卡卡西 阅读(30) 评论(0) 推荐(0)
摘要: https://developer.nvidia.com/zh-cn/blog/cuda-performance-guide-cn/ 英伟达官方提供的文档: 2. CUDA C++ 最佳实践指南 1. 计时 cuda核函数执行时间可以使用CPU计时器或GPU计时器实现,任何 CPU 计时器都可用于测 阅读全文
posted @ 2022-11-05 12:55 CV卡卡西 阅读(97) 评论(0) 推荐(0)
摘要: 资源网页 http://www4.comp.polyu.edu.hk/~cslzhang/papers.htm 活动轮廓模型相关 https://zhuanlan.zhihu.com/p/383008864 活动轮廓模型代码搜集 https://github.com/dingkeyan93/Acti 阅读全文
posted @ 2022-10-25 10:38 CV卡卡西 阅读(44) 评论(0) 推荐(0)
摘要: https://zh.d2l.ai/chapter_preface/index.html 阅读全文
posted @ 2022-09-07 23:04 CV卡卡西 阅读(11) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/pprp/p/13605786.html 阅读全文
posted @ 2022-09-06 17:38 CV卡卡西 阅读(16) 评论(0) 推荐(0)
摘要: noise2nosize https://github.com/NVlabs/noise2noise 不需要降噪图像 阅读全文
posted @ 2022-08-30 16:44 CV卡卡西 阅读(109) 评论(0) 推荐(0)