You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pmem
Hi Iacovos,
I don't have any great ideas on this. What some people do is use a multi-socket system and tie all their threads to one socket and use local memory as DRAM and remote memory as emulated persistent memory. This allows a "representative" performance difference that can be used to help you determine how sensitive some algorithms are to changes in memory latency. But I don't have a way to add in specific load and store latencies.
-andy
Iakovos Kolokasis
unread,
Nov 20, 2018, 2:07:52 AM11/20/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pmem
Hello Andy,
thanks for your reply. This idea sounds good and I will try it . Also I am wondering how to emulate the throughput. I found a way to write something in DRAM and after that make a spin in a loop. Is there any better way ?