摘要: C++与CUDA 内存管理 封装 利用标准库容器实现对GPU的内存管理 #include <iostream> #include <cuda_runtime.h> #include <vector> #include <cstddef> template<class T> struct CUDA_A 阅读全文
posted @ 2022-12-03 19:09 DaoDao777999 阅读(125) 评论(0) 推荐(0) 编辑