42 #include "arch/isa.hh" 43 #include "arch/isa_traits.hh" 50 #include "enums/MemType.hh" 58 #include "params/Shader.hh" 168 void ScheduleAdd(uint32_t *
val,
Tick when,
int x);
171 void AccessMem(uint64_t address,
void *ptr, uint32_t size,
int cu_id,
172 MemCmd cmd,
bool suppress_func_errors);
174 void ReadMem(uint64_t address,
void *ptr, uint32_t sz,
int cu_id);
176 void ReadMem(uint64_t address,
void *ptr, uint32_t sz,
int cu_id,
177 bool suppress_func_errors);
179 void WriteMem(uint64_t address,
void *ptr, uint32_t sz,
int cu_id);
181 void WriteMem(uint64_t address,
void *ptr, uint32_t sz,
int cu_id,
182 bool suppress_func_errors);
185 bool suppress_func_errors,
int cu_id);
190 cuList[cu_id] = compute_unit;
194 bool dispatch_workgroups(
NDRange *ndr);
197 void updateContext(
int cid);
201 #endif // __SHADER_HH__
std::vector< int32_t > sa_x
std::vector< ComputeUnit * > cuList
Declaration of a request, the overall memory request consisting of the parts of the request that are ...
std::shared_ptr< Request > RequestPtr
GpuDispatcher * dispatcher
The SimpleThread object provides a combination of the ThreadState object and the ThreadContext interf...
std::vector< uint64_t > sa_when
Tick Frequency
The simulated frequency of curTick(). (In ticks per second)
ThreadContext is the external interface to all thread state for anything outside of the CPU...
Tick curTick()
The current simulated tick.
uint64_t Tick
Tick count type.
The ClockedObject class extends the SimObject with a clock and accessor functions to relate ticks to ...
void registerCU(int cu_id, ComputeUnit *compute_unit)
static const int LDS_SIZE
int separate_acquire_release
Defines global host-dependent types: Counter, Tick, and (indirectly) {int,uint}{8,16,32,64}_t.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
Declarations of a non-full system Page Table.
EventFunctionWrapper tickEvent
Tick tickToCycles(Tick val) const
Tick ticks(int numCycles) const
int impl_kern_boundary_sync
const FlagsType init
This Stat is Initialized.
std::vector< uint32_t * > sa_val