Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/interestingLSY/CUDA-From-Correctness-To-Performance-Code

Codes & examples for "CUDA - From Correctness to Performance"
https://github.com/interestingLSY/CUDA-From-Correctness-To-Performance-Code

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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 or [here](lecture.md)

## 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:

```bash
./gemm_test [implementation]
```

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