Skip to content

Conversation

@dj-jayu
Copy link
Member

@dj-jayu dj-jayu commented Nov 10, 2025

  • Removed duplicated #include commands in ImemROIThreadsRange.cpp.

  • Made a correction in the ImemROIThreads.cpp file:

    • Replaced scattered element index (j) with ROI bucket index (i) when
      accessing per-ROI arrays (Mcnt, ptrace, fptrace, btrace) in RecordMemScattered() method.

Replace scattered element index (j) with ROI bucket index (i) when
accessing per-ROI arrays (Mcnt, ptrace, fptrace, btrace). The bug
caused memory operations to be recorded to wrong ROI buckets and
could trigger out-of-bounds access when scatter instructions had
more elements than active ROIs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants