#include <iostream>
#include <string>
#include <vector>
#include <array>
#include <bitset>
#include <cassert>
#include <algorithm>
#include "../warp/warp.hh"
Go to the source code of this file.
|
| class | ComputeUnit |
| | Represents a GPU compute unitThe ComputeUnit class encapsulates the state and behavior of a GPU compute unit. It executes Warp objects, which are groups of threads that execute instructions in lockstep. The ComputeUnit manages the scheduling of warps and executes them in simple round-robin fashion. More...
|
| |
◆ SMState
| Enumerator |
|---|
| IDLE | |
| BUSY | |
| ERROR | |