Coder Social home page Coder Social logo

minjiazhang / gemm-kernel-microbenchmark Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jssonx/gemm-kernel-microbenchmark

0.0 0.0 0.0 44.14 MB

Shell 0.01% C++ 90.94% Python 0.09% C 0.03% Cuda 0.60% Makefile 0.01% Jupyter Notebook 8.34%

gemm-kernel-microbenchmark's Introduction

GEMM Kernel Microbenchmark

This repo provides a microbenchmark for GEMM kernels on NVIDIA GPUs with Ampere Architecture (sm_80). It includes both a CUDA kernel benchmark and a Python extension benchmark.

Requirements

  • NVIDIA GPU with Ampere Architecture (sm_80)
  • CUDA 12.2

Getting Started

CUDA Kernel Benchmark

  1. Build the project:
$ make
  1. Run a benchmark with specific parameters:
$ ./csrc/bench/main --groups=16 --m=64 --n=64 --k=768 --iterations=3

Where:

  • --groups: Number of groups
  • --m, --n, --k: Problem size dimensions
  • --iterations: Number of iterations
  1. For more information on available options:
$ ./csrc/bench/main --help

Python Extension Benchmark

  1. Export the CUDA kernel as a Python extension:
$ python ./python/testbed/lib.py
$ cd out && TORCH_CUDA_ARCH_LIST="8.0" python setup.py install --user
  1. Run the benchmark:
$ python ./python/testbed/multi_gemm.py > perf.txt

References

gemm-kernel-microbenchmark's People

Contributors

jssonx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.