diff options
| author | Davit Grigoryan <[email protected]> | 2026-04-24 22:53:58 +0000 |
|---|---|---|
| committer | Davit Grigoryan <[email protected]> | 2026-04-24 22:53:58 +0000 |
| commit | 0d71376678778ea7f62556d997c71baa43fb2fbe (patch) | |
| tree | 87e1aa73e21aa55202568f440765c2843a97469d /src/abstract_hardware_model.cc | |
| parent | 150e3a9c218fa1c99cd2391885ebd7e1c86a9430 (diff) | |
fix global mem reqs coalescing
Diffstat (limited to 'src/abstract_hardware_model.cc')
| -rw-r--r-- | src/abstract_hardware_model.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/abstract_hardware_model.cc b/src/abstract_hardware_model.cc index ed1be65..68efd4d 100644 --- a/src/abstract_hardware_model.cc +++ b/src/abstract_hardware_model.cc @@ -50,6 +50,7 @@ void mem_access_t::init(gpgpu_context *ctx) { m_req_size = 0; m_source_wid = (unsigned)-1; m_source_split_id = (unsigned)-1; + m_source_list.clear(); } void warp_inst_t::issue(const active_mask_t &mask, unsigned warp_id, |
