Skip to content

himanshu5-prog/microGPU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

microGPU

Documentation Build and Deploy Doxygen Docs Compile Check GitHub issues License: MIT

I am creating a simple functional model of GPU to understand its architecture. I have started with class definition of thread and warp and later added compute units.

Currently, microGPU is able to accept warps in global collection and then schedule to computeUnits.

I will be adding more functionality and update this README.

Current status (02/08) : The test is able to create warp and assign to Compute Units. Compute unit is able to execute warp in round robin manner. It has been verified from log file by looking at the pipeline stage with time.

Compiling the code

  1. Compile in debug mode

    make

  2. Compile in release mode

    make BUILD=release

  3. Sanitizer mode on

    make SAN=1

About

Simple functional model of GPU

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published