TravisWThompson1 / Makefile_Example_CUDA_CPP_To_Executable
Example Makefile for CUDA and C++ source files in a standard project layout.
☆48Updated 7 years ago
Alternatives and similar repositories for Makefile_Example_CUDA_CPP_To_Executable:
Users that are interested in Makefile_Example_CUDA_CPP_To_Executable are comparing it to the libraries listed below
- Implementation and analysis of five different GPU based SPMV algorithms in CUDA☆39Updated 6 years ago
- Efficient Distributed GPU Programming for Exascale, an SC/ISC Tutorial☆255Updated last month
- Matrix Multiply-Accumulate with CUDA and WMMA( Tensor Core)☆130Updated 4 years ago
- resources pour le cours d'introduction à la programmation des GPUs du mastère spécialisé HPC-AI☆22Updated last year
- Instructions, Docker images, and examples for Nsight Compute and Nsight Systems☆130Updated 4 years ago
- Online CUDA Occupancy Calculator☆75Updated 3 years ago
- Stepwise optimizations of DGEMM on CPU, reaching performance faster than Intel MKL eventually, even under multithreading.