联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按平台查找All Cuda(270) 

[其他] FastIceFlo

使用Shallow Shelf Approximation的非结构化网格的图形处理单元加速冰流解算器,
Graphics processing unit accelerated ice flow solver for unstructured meshes using the Shallow Shelf Approximation, (2023-09-13, Cuda, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694718638417533.html

[GPU/显卡] ppmp_exercises

我在阅读《大规模并行处理器编程》一书时一直在做的练习。,
Exercises that I ve been doing while reading Programming Massively Parallel Processors book., (2020-10-29, Cuda, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694410172911849.html

[硬件设计] ICCAD-Accel-GCN

“Accel GNN:图形神经网络的高性能GPU加速器设计”的正式实现,
Official Implementation of "Accel-GNN: High-Performance GPU Accelerator Design for Graph Neural Networks", (2023-09-08, Cuda, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1694148782227907.html

[生物医药技术] sal-Deep-Beamformer-for-Robust-Ultrasound-Imaging

“用于稳健超声成像的通用深度波束形成器”的计算机代码和数据集,
Computer code and dataset for "Universal Deep Beamformer for Robust Ultrasound Imaging", (2019-01-15, Cuda, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1693542299197009.html

[人工智能/神经网络/深度学习] ICCAD-Accel-GNN

“Accel GNN:图形神经网络的高性能GPU加速器设计”的正式实现,
Official Implementation of "Accel-GNN: High-Performance GPU Accelerator Design for Graph Neural Networks", (2023-08-21, Cuda, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1692647993707309.html

[GPU/显卡] nsight-for-remote-gpu-server

nsight,一个用于CUDA编程的eclipse IDE,为远程gpu服务器设置
nsight, an eclipse IDE for CUDA programming, set up for remote gpu server (2018-08-09, Cuda, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689464081183250.html

[其他] des-cracker

DES(数据加密标准)的并行破解器。比较多线程蛮力的时间与CPU变量。,
Parallel cracker of DES ( Data Encryption Standard). Compares time of multithreaded brute-force vs. CPU variant., (2020-01-24, Cuda, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688783303404967.html

[模式识别(视觉/语音等)] DAEC

训练您的数据处理器:用于人类姿势估计的分布感知和误差补偿坐标解码。
Train Your Data Processor: Distribution-Aware and Error-Compensation Coordinate Decoding for Human Pose Estimation. (2021-10-12, Cuda, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1688456618520879.html

[远程控制/远程桌面] vncc

用于姿态估计的矢量化归一化互相关,以及用于姿态估计和ROS+Python包装器
Vectorized Normalized Cross Correlation for pose estimation and a ROS+Python wrapper for the same (2015-10-26, Cuda, 1017KB, 下载0次)

http://www.pudn.com/Download/item/id/1686559104669658.html

[GPU/显卡] ParallelLbmCranfield

该软件是一个在CUDA和PGAS UPC中实现的二维并行格子Boltzmann方法求解器
This software is a two dimensional parallel Lattice Boltzmann Method solver implemented in CUDA and PGAS UPC (2016-12-14, Cuda, 9984KB, 下载0次)

http://www.pudn.com/Download/item/id/1686370662263027.html

[GPU/显卡] cupSODA

cupSODA是CUDA驱动的质量作用动力学模型的粗晶粒确定性模拟器
cupSODA is CUDA-powered coarse-grain deterministic simulator of mass-action kinetics models (2019-04-17, Cuda, 81KB, 下载0次)

http://www.pudn.com/Download/item/id/1686370571149230.html

[GPU/显卡] OCT-MPS

光学相干层析成像(OCT-MPS)大规模并行模拟器
Massively Parallel Simulator of Optical Coherence Tomography (OCT-MPS) (2018-03-18, Cuda, 3990KB, 下载0次)

http://www.pudn.com/Download/item/id/1686370126254785.html

[GPU/显卡] cuda-mandelbox

三维mandelbox分形的光线行进渲染器,使用CUDA GPU代码加速
Ray marching renderer of the 3D mandelbox fractal, accelerated with CUDA GPU code (2022-12-19, Cuda, 41890KB, 下载0次)

http://www.pudn.com/Download/item/id/1671392018263231.html

[GPU/显卡] Spinal-Codes

它是GPU上的脊椎代码编解码器。它是在GTX650ti(CUDA 5.5)上实现的。
It is a Spinal codes codec on GPU. It is implemented on GTX650ti (CUDA 5.5). (2016-06-30, Cuda, 7KB, 下载0次)

http://www.pudn.com/Download/item/id/1467221309915406.html

[GPU/显卡] Canny-GPU-CUDA-implementation

Canny边缘检测器的CUDA实现。
CUDA implementation of Canny edge detector in C C++. (2022-01-26, Cuda, 4561KB, 下载0次)

http://www.pudn.com/Download/item/id/1643196985375760.html

[GPU/显卡] gpu-halo-finder

使用kd树和GPU上计算的距离查询的暗物质晕探测器
Dark matter halo-finder using kd-trees and range queries computed on the GPU (2018-12-01, Cuda, 2291KB, 下载0次)

http://www.pudn.com/Download/item/id/1543678031776296.html

[GPU/显卡] CUDA-quartic-solver

为CPU和Nvidia GPU编写的通用三次方程求解器和四次方程最小化求解器,用于了解更多细节...
A general cubic equation solver and quartic equation minimisation solver written for CPU and Nvidia GPUs, for more details and results, see: <https://arxiv.org/abs/1903.10041>. The library is available for C++/CUDA as well as Python using Pybind11. (2020-06-15, Cuda, 25KB, 下载0次)

http://www.pudn.com/Download/item/id/1592187081483815.html

[GPU/显卡] dacrtGPU

GPU光线跟踪器使用分治策略,而不是将几何体划分为层次。
A GPU ray tracer using a divide and conquer strategy instead of partitioning the geometry into a hierarchy. (2014-11-16, Cuda, 82KB, 下载0次)

http://www.pudn.com/Download/item/id/1416112944776350.html

[GPU/显卡] cuSTNLFFM

cuSTNLFFM是一种基于GPU的时空非局部滤波器融合模型
cuSTNLFFM is a GPU-enabled Spatial and Temporal Non-Local Filter-based Fusion Model (STNLFFM) (2021-06-01, Cuda, 8314KB, 下载0次)

http://www.pudn.com/Download/item/id/1622490082122988.html

[人工智能/神经网络/深度学习] EET

EET,简单高效的转换器:大型NLP模型的可扩展推理解决方案
EET,Easy and Efficient Transformer : Scalable Inference Solution For Large NLP model (2023-04-27, Cuda, 2587KB, 下载0次)

http://www.pudn.com/Download/item/id/1682560782329534.html
总计:270