Skip to content

Repository files navigation

CUDA_Storage

📌 代码列表

代码名称 介绍
GetNmsBoxes.cu 从所有grid的结果中筛选出满足符合置信度要求的结果送到nms中。
gamma.cu 对图像进行gamma增强,并将增强后的结果和原图拼成一个三通道图像。
letterbox.cu yolo等算法中常用的保持输入长宽比且满足网络输入尺寸的方法。
nms_cpu 在cpu上进行nms。
nms_cuda 在cuda上进行nms。
biliearInterpolation 二次线性插值resize
2.1learning_grid_block grid,block与thread的索引关系
2.2cu_cpp_interactive cpp与cuda间的交互
2.3cu_core_matmul 矩阵相乘
2.4error_handled cuda语句报错提示
2.5device_info 设备信息
2.6nsight_system_and_compute 使用nsight分析
2.7matmul_shared_memory 使用tiling技术来填充shared memory加速计算

📌 使用方法

  1. 克隆仓库
    git clone https://github.com/yangchengxin/CUDA_Storage.git

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages