Re: [Gems-users] Using GEMS with Stale Data Accesses


Date: Wed, 27 Apr 2005 10:37:11 -0500 (CDT)
From: Luke Yen <lyen@xxxxxxxxxxx>
Subject: Re: [Gems-users] Using GEMS with Stale Data Accesses
Hi Sid,

  A while back I uncommented this and finished implementing the Ruby
callback side of this, and it ran fine for me.  There is no inherent
reason for commenting this out except that you have to make sure the
appropriate CacheMemory header is storing the stale data in its internal
structures, so that you can use the data on the Opal side.

  Luke

On Tue, 26 Apr 2005, Siddharth Rajiv Inamdar wrote:

> Hi, I'm trying to use GEMS with stale data access turned on
> (MEMOP_STALE_DATA)
> where you retrieve data from the cache even though it is dirty. I was
> going through the code in OpalInterface.C and noticed that the
> StaleDataAccess() function was commented out. I was wondering whether this
> was previously implemented and then taken out for some reason?
> Thanks,
> Sid
>
>
> _______________________________________________
> Gems-users mailing list
> Gems-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/gems-users
>
[← Prev in Thread] Current Thread [Next in Thread→]