Patrick Lavin
Patrick Lavin
Ariel MPI
Due to some issues with rebasing, I've re-created this PR. The original one, #2380, will be deleted. This PR adds the ability for the Ariel core model to trace MPI...
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...
When I create the day's note, my final note from 2024 is being used as the basis instead of yesterday's note. I have my notes organized in the YYYY/MM-MMMM/YYYY-MM-DD format.
I'm using a dell laptop running Ubuntu 20.04 connected to an iPhone SE 2. When I scan the QR code with my phone, it brings me to the ryanis.cool page...
This PR makes all classes in Miranda checkpointable. - serialize_order methods have been added - ImplementSerializeable macros have been added where necessary - Default constructors have been added - Whitespace...
The parameter `maxmemreqpending` is defined in `mirandaCPU.h` but it is not used in `mirandaCPU.cc`. Instead, `mirandaCPU.cc` looks for `maxloadmemreqpending`, `maxstorememreqpending`, and `maxcustommemreqpending`, but these are not documented in the RequestGenCPU...