上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 50 下一页
摘要: http://kaldir.vc.in.tum.de/scannet/v2/tasks/scannet_frames_25k.zip http://kaldir.vc.in.tum.de/scannet/v2/tasks/scannet_frames_test.zip 阅读全文
posted @ 2024-01-08 21:29 小kk_p 阅读(122) 评论(0) 推荐(0)
摘要: CUDA流表示一个GPU操作队列,该队列中的操作将以添加到流中的先后顺序而依次执行。可以将一个流看做是GPU上的一个任务,不同任务可以并行执行。使用CUDA流,首先要选择一个支持设备重叠(Device Overlap)功能的设备,支持设备重叠功能的GPU能够在执行一个CUDA核函数的同时,还能在主机 阅读全文
posted @ 2024-01-04 22:30 小kk_p 阅读(80) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/qq_33886316/article/details/106167856 https://www.jb51.net/article/241481.htm 阅读全文
posted @ 2024-01-01 21:47 小kk_p 阅读(18) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/58585604 阅读全文
posted @ 2023-12-31 19:09 小kk_p 阅读(25) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/jorg_zhao/article/details/106883420 安装库(torch和torchvision)的网址: https://download.pytorch.org/whl/torch_stable.html 阅读全文
posted @ 2023-12-20 10:48 小kk_p 阅读(37) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/Code_Boy_Code/article/details/85472756 完善版本: https://zhuanlan.zhihu.com/p/625241333 怎么调整P和Q: https://blog.csdn.net/ZauberC/artic 阅读全文
posted @ 2023-12-17 22:35 小kk_p 阅读(12) 评论(0) 推荐(0)
摘要: 一个简单的案例: header.h void addKernel(const int* a, const int* b, int* c, int size); test.cu #include "cuda_runtime.h" #include "device_launch_parameters.h 阅读全文
posted @ 2023-12-16 19:18 小kk_p 阅读(107) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/limengshi138392/article/details/114451619 阅读全文
posted @ 2023-12-11 23:40 小kk_p 阅读(13) 评论(0) 推荐(0)
摘要: https://xkzzz.com/post/117721.html Docker容器无法使用ifconfig: https://blog.csdn.net/weixin_58691194/article/details/129071402 阅读全文
posted @ 2023-12-05 13:44 小kk_p 阅读(54) 评论(0) 推荐(0)
摘要: https://learn.microsoft.com/zh-cn/azure/kinect-dk/use-calibration-functions 阅读全文
posted @ 2023-11-13 16:03 小kk_p 阅读(126) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 50 下一页