gem5
|
#include "gpu-compute/hsail_code.hh"
#include "arch/gpu_types.hh"
#include "arch/hsail/Brig.h"
#include "arch/hsail/operand.hh"
#include "config/the_gpu_isa.hh"
#include "debug/BRIG.hh"
#include "debug/HSAILObject.hh"
#include "gpu-compute/brig_object.hh"
#include "gpu-compute/gpu_static_inst.hh"
#include "gpu-compute/kernel_cfg.hh"
Go to the source code of this file.
Functions | |
int | getBrigDataTypeBytes (BrigType16_t t) |
int getBrigDataTypeBytes | ( | BrigType16_t | t | ) |
Definition at line 253 of file hsail_code.cc.
References Brig::BRIG_TYPE_B1, Brig::BRIG_TYPE_B16, Brig::BRIG_TYPE_B32, Brig::BRIG_TYPE_B64, Brig::BRIG_TYPE_B8, Brig::BRIG_TYPE_F16, Brig::BRIG_TYPE_F32, Brig::BRIG_TYPE_F64, Brig::BRIG_TYPE_S16, Brig::BRIG_TYPE_S32, Brig::BRIG_TYPE_S64, Brig::BRIG_TYPE_S8, Brig::BRIG_TYPE_U16, Brig::BRIG_TYPE_U32, Brig::BRIG_TYPE_U64, Brig::BRIG_TYPE_U8, and fatal.
Referenced by StorageSpace::addSymbol().