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

[GPU/显卡] GPU-SMA

使用CUDA API实现三种字符串匹配算法(SMA),用于PoliTo GPU编程课程的项目分配。
Implementation of three String Matching Algorithms (SMA) using the CUDA API for the project assigment of the GPU Programming course at PoliTo. (2024-02-28, Cuda, 0KB, 下载0次)

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

[人工智能/神经网络/深度学习] Simplest-AI-Programming-Framework

创建我自己的人工智能编程框架,具有最少和必要的功能,以从头开始训练神经网络!
Create my own AI programming framework with the minimal and necessary functionality to train a neural network from scratch! (2024-01-13, Cuda, 0KB, 下载0次)

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

[GPU/显卡] GalaxyProject

GPU编程:显示GPU和CPU之间速度差异的程序。这个软件计算两个星系之间的角度。A...,
GPU programming: program that show the difference in speed between GPU and CPU. This software calculate the angles between two galaxy. A set of 100k of real galaxy is given and also a set of 100k flat galaxy! Calculating the angles we can check which one is real and which one is flat. There is also a python script that calculate the histograms (2019-03-12, Cuda, 0KB, 下载0次)

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

[GPU/显卡] Cuda-Game_of_Life

CUDA是一个并行计算平台和应用程序编程接口,允许软件使用某些类型的图形处理...,
CUDA is a parallel computing platform and application programming interface that allows software to use certain types of graphics processing units for general purpose processing, an approach called general-purpose computing on GPUs. (2023-02-15, Cuda, 0KB, 下载0次)

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

[GPU/显卡] IsingWithCUDA

使用CUDA并行编程作为主题并行和...的赋值来实现流体的伊辛模型的计算...,
Implementation of a computing of an ising model for a fluid using CUDA parallel programming as an assignment for the subject Parallel and Distributed Systems (2020-01-15, Cuda, 0KB, 下载0次)

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

[GPU/显卡] youtube-cuda-coffeebeforearch

与CoffeeBeforeArch的CUDA速成课程(v2)相关的文件,专注于使用C和C++开发用于GPU编程的CUDA。,
Files associated with CUDA Crash Course (v2) by CoffeeBeforeArch, focusing on CUDA development with C and C++ for GPU programming., (2021-09-14, Cuda, 0KB, 下载0次)

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

[GPU/显卡] Udemy-beginning-CUDA

Udemy入门CUDA课程的草稿目录-的并行编程课程简介,
Scratch Directory for Udemy Beginning CUDA course - , (2021-03-10, Cuda, 0KB, 下载0次)

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

[GPU/显卡] parallel-Matrix-Multiplication

该存储库是为并行编程课程制作的课程项目。它使用MPI和CUDA进行快速(矩阵x向量)乘法,
This repository is a Course Project made for Parallel Programming Course. It uses MPI and CUDA for Fast (Matrix x Vector) multiplication, (2017-08-04, Cuda, 0KB, 下载0次)

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

[GPU/显卡] CUDA_ISD

使用NVIDIA图形加速器的集群上的高性能计算。NVIDIA CUDA上的GPU编程,使用......进行配置和优化...,
High-performance computing on clusters using NVIDIA graphics accelerators. GPU Programming on NVIDIA CUDA, profiling and optimization with NVVP. (2021-10-23, Cuda, 0KB, 下载0次)

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

[GPU/显卡] GPU-CUDA-Programming

包含为CS6023:GPU编程课程中的作业编写的CUDA并行代码的存储库,由Rupesh Nasre教授讲授,
A repository containing CUDA parallel codes written for assignments in CS6023: GPU Programming course taught by Prof. Rupesh Nasre, (2022-08-23, Cuda, 0KB, 下载0次)

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

[超算/并行计算] pmpp__programming_massively_parallel_processors

《大规模并行处理器编程-实践方法》一书中的示例和练习。David B.Kirk和Wen mei W.Hwu(T...,
Examples and exercises from the book Programming Massively Parallel Processors - A Hands-on Approach. David B. Kirk and Wen-mei W. Hwu (Third Edition) (2021-01-21, Cuda, 0KB, 下载0次)

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

[GPU/显卡] GPU_Programming_Specialization

该存储库包含我在DeepLearning.AI提供的GPU编程专业化期间完成的课程和项目。
This repository contains my coursework and projects completed during the GPU Programming Specialization offered by DeepLearning.AI. (2023-06-13, Cuda, 0KB, 下载0次)

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

[超算/并行计算] Parallel-Computing

使用套接字编程为并行程序创建自定义消息传递库-并行化一个串行程序以模拟t...,
Created custom message passing library for parallel programs using socket programming - Paralealized a serial program for simulation of the lake surface using CUDA, OpenMP, Open ACC and MPI - Reduced power consumption of the cluster by using DVFS to throttle frequency, for NAS Parallel benchmarks (2017-10-06, Cuda, 0KB, 下载0次)

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

[GPU/显卡] libcu

CU标准库或libcu是在CUDA中实现的C编程语言的标准库,如ANSI C s...,
The CU standard library or libcu is the standard library for the C programming language implemented in CUDA, as specified in the ANSI C standard. (2018-09-03, Cuda, 0KB, 下载0次)

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

[GPU/显卡] my_cuda_tutorials

CUDA C是一种编程语言,它使用GPU加速的并行计算功能扩展了C C++。这是我的文档库...,
CUDA C is a programming language that extends C/C++ with GPU-accelerated parallel computing capabilities. Here is my documented cuda c learning material, I will start from scratch to show you how beginners can quickly master this technology. (2023-05-17, Cuda, 0KB, 下载0次)

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

[GPU/显卡] Learn-CUDA

一个存储库,用于展示我对NVIDIA CUDA编程语言的知识,并继续学习该语言,
A repository for showcasing my knowledge of the NVIDIA CUDA programming language, and continuing to learn the language, (2022-10-09, Cuda, 0KB, 下载0次)

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

[GPU/显卡] CUDA-Bootcamp

CUDA编程实践
CUDA Programming Practices (2022-02-02, Cuda, 6381KB, 下载0次)

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

[GPU/显卡] CUDACam

基本的C++应用程序,它利用OpenCV和CUDA来显示GPU编程的优化程度,这是为我的并行公司做的...
Basic C++ app which utilises OpenCV and CUDA to show how optimal GPU programming is, this was done for my Parallel computations assignment at University. (2014-12-29, Cuda, 6473KB, 下载0次)

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

[GPU/显卡] high-performance-computing

CPU和GPU上并行编程的5个问题集。高性能计算系统大学项目(Fa...
5 problem sets of parallel programming on CPU and GPU. University projects for High Performance Computing Systems (Fall 2016). (2021-03-30, Cuda, 1101KB, 下载0次)

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

[GPU/显卡] parallel-DDP

支持WAFR论文“GPU上差分动态编程的性能分析”和ICRA wo...
Code supporting the WAFR paper "A Performance Analysis of Differential Dynamic Programming on a GPU," and the ICRA workshop follow on work deploying the algorithm onto robot hardware. (2019-10-04, Cuda, 268KB, 下载0次)

http://www.pudn.com/Download/item/id/1570187954555450.html
总计:330