nsight
There are 12 repositories under nsight topic.
BrainTwister/docker-devel-env
Fast, reproducible, and portable software development environments
sharcnet/vscode-hpc
Remote development on HPC clusters with VSCode
mnicely/computeWorks_examples
Matrix multiplication example performed with OpenMP, OpenACC, BLAS, cuBLABS, and CUDA
HROlive/Fundamentals-of-Accelerated-Computing-with-CUDA-C-Cpp
Accelerate and optimize existing C/C++ CPU-only applications using the most essential CUDA tools and techniques.
kayush2O6/nsight-for-remote-gpu-server
nsight, an eclipse IDE for CUDA programming, set up for remote gpu server
salehjg/batch-matmul-cuda
A simple and understandable CUDA kernel for batch-matmul operation
Juanx65/yolov8test
learning how to do profiling on a yolov8 net using nvidia nsight compute
Kulasus/APPS-2.0
Repository for Architecture of computers and parallel systems course on VŠB
Tyler-Hilbert/CUDA-LinearRegression
Comparison of Linear Regression from Scratch in CUDA vs cuBLAS using Nsight
itm-unipi/Parallelized-Nearest-Neighbor-Upscaler
University Project for "Computer Architecture" course (MSc Computer Engineering @ University of Pisa). Implementation of a Parallelized Nearest Neighbor Upscaler using CUDA.
Tyler-Hilbert/CUDA-KMeans
Performance test for K-Means written from scratch in CUDA