gem5
v20.1.0.0
|
Go to the source code of this file.
Classes | |
class | GPUCommandProcessor |
class | GPUCommandProcessor::ReadDispIdOffsetDmaEvent |
Perform a DMA read of the read_dispatch_id_field_base_byte_offset field, which follows directly after the read_dispatch_id (the read pointer) in the amd_hsa_queue_t struct (aka memory queue descriptor (MQD)), to find the base address of the MQD. More... | |
class | GPUCommandProcessor::MQDDmaEvent |
Perform a DMA read of the MQD that corresponds to a hardware queue descriptor (HQD). More... | |
The GPUCommandProcessor (CP) is responsible for accepting commands, in the form of HSA AQL packets, from the HSA packet processor (HSAPP). The CP works with several components, including the HSAPP and the dispatcher. When the HSAPP sends a ready task to the CP, it will perform the necessary operations to extract relevant data structures from memory, such as the AQL queue descriptor and AQL packet, and initializes register state for the task's wavefronts.
Definition in file gpu_command_processor.hh.