#
nvcc
Here are 20 public repositories matching this topic...
Tutorial to install NVIDIA Drivers, CUDA 11.4 and cuDNN for deep learning programming on Ubuntu 20.04.
-
Updated
Aug 21, 2022
Autotuning NVCC Compiler Parameters, published @ CCPE Journal
-
Updated
Apr 2, 2021 - C
Case studies constitute a modern interdisciplinary and valuable teaching practice which plays a critical and fundamental role in the development of new skills and the formation of new knowledge. This research studies the behavior and performance of two interdisciplinary and widely adopted scientific kernels, a Fast Fourier Transform and Matrix Multiplication. Both routines are implemented in the two current most popular many-core programming models CUDA and OpenACC. A Fast Fourier Transform (FFT) samples a signal over a period of time and divides it into its frequency components, computing the Discrete Fourier Transform (DFT) of a sequence. Unlike the traditional approach to computing a DFT, FFT algorithms reduce the complexity of the problem from O(n2) to O(nLog2n). Matrix multiplication is a cornerstone routine in Mathematics, Artificial Intelligence and Machine Learning. This research also shows that the nature of the problem plays a crucial role in determining what many-core model will provide the highest benefit in performance.
acceleration
parallel-computing
cuda
fast-fourier-transform
gpu-acceleration
fft
gpu-computing
pgi-compiler
openacc
radix-2
nvcc
gpu-programming
pgi
-
Updated
Aug 26, 2018 - Cuda
Configure NVIDIA CUDA COMPILER with Sublime Text Editor
-
Updated
Sep 2, 2019 - Cuda
Implementação simples do Perceptron Multicamadas em CUDA.
neural-network
cuda
nvidia
gpgpu
perceptron
backpropagation-learning-algorithm
nvcc
nvidia-cuda
parallel-programming
nvidia-gpu
-
Updated
Dec 12, 2017 - C
-
Updated
May 18, 2020 - Cuda
A python script which helps visualize the sorting routine of bitonic sort (executed in parallel using nvcc).
python
sorting
csv
video
animation
cuda
python3
seaborn
nvidia
sorting-algorithms
matplotlib
bitonic-sort
nvcc
nvidia-cuda
nvidia-cuda-apis
-
Updated
Oct 15, 2019 - Jupyter Notebook
-
Updated
May 8, 2019 - C
Hungarian Algorithm for Linear Assignment Problem implemented using CUDA.
-
Updated
Mar 7, 2020 - Cuda
NVCC CUDA programs for begineers.
-
Updated
Sep 8, 2021 - Cuda
A plugin for Jupyter Notebook to run CUDA C/C++ code
-
Updated
Feb 3, 2019 - Python
Improve this page
Add a description, image, and links to the nvcc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nvcc topic, visit your repo's landing page and select "manage topics."