sstsimulator / sst-elements

SST Architectural Simulation Components and Libraries
http://www.sst-simulator.org
Other
93 stars 121 forks source link

Gather/scatter support in Ariel #2387

Open plavin opened 3 months ago

plavin commented 3 months ago

Currently, Ariel support SIMD instructions, but not gather/scatter instructions, meaning it can only represent contiguous loads and stores. As a first pass, we can break up g/s instructions into individual reads and writes, but we should consider if it would be more efficient for Ariel and more useful for memory system simulation to add an Ariel instruction type that can represent these instructions.