gem5
v20.1.0.0
|
#include <bitset>
#include <limits>
#include <memory>
#include "base/logging.hh"
#include "sim/clocked_object.hh"
Go to the source code of this file.
Classes | |
class | WaitClass |
class | Float16 |
Typedefs | |
typedef std::bitset< std::numeric_limits< unsigned long long >::digits > | VectorMask |
typedef std::shared_ptr< GPUDynInst > | GPUDynInstPtr |
Enumerations | |
enum | InstMemoryHop : int { Initiate = 0, CoalsrSend = 1, CoalsrRecv = 2, GMEnqueue = 3, Complete = 4, InstMemoryHopMax = 5 } |
enum | BlockMemoryHop : int { BlockSend = 0, BlockRecv = 1 } |
typedef std::shared_ptr<GPUDynInst> GPUDynInstPtr |
typedef std::bitset<std::numeric_limits<unsigned long long>::digits> VectorMask |
enum BlockMemoryHop : int |
enum InstMemoryHop : int |