rocr: Remove unused fields in amd_queue_t
scratch_wave64_lane_byte_size and alt_scratch_wave64_lane_byte_size are
not used by CP FW.
[ROCm/ROCR-Runtime commit: 2f8a9b28d0]
Este commit está contenido en:
cometido por
Yat Sin, David
padre
1474a6c774
commit
a0903ecc7a
@@ -1910,10 +1910,6 @@ void AqlQueue::InitScratchSRD() {
|
||||
amd_queue_.alt_scratch_backing_memory_location = queue_scratch_.alt_queue_process_offset;
|
||||
|
||||
const auto& agent_props = agent_->properties();
|
||||
const uint32_t num_xcc = agent_props.NumXcc;
|
||||
// report size per XCC
|
||||
amd_queue_.scratch_backing_memory_byte_size = queue_scratch_.main_size / num_xcc;
|
||||
amd_queue_.alt_scratch_backing_memory_byte_size = queue_scratch_.alt_size / num_xcc;
|
||||
|
||||
// For backwards compatibility this field records the per-lane scratch
|
||||
// for a 64 lane wavefront. If scratch was allocated for 32 lane waves
|
||||
|
||||
Referencia en una nueva incidencia
Block a user