Skip to content

interestingLSY/CUDA-From-Correctness-To-Performance-Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDA - From Correctness to Performance

This repo includes codes & examples for "CUDA - From Correctness to Performance".

The lecture can be found at https://wiki.lcpu.dev/zh/hpc/from-scratch/cuda.

How to Build

Make sure you have installed the CUDA toolkit, and a CUDA-compatible GPU is available.

Run make all to build this repo.

How to Use

Usage:

./gemm_test <n> <m> <k> [implementation]

If implementation is not specified, all implementations will be benchmarked.

About

Codes & examples for "CUDA - From Correctness to Performance"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published