Re: [Gems-users] Prefetcher in GEMS


Date: Sat, 17 May 2008 12:23:56 -0500
From: "Mike Marty" <mike.marty@xxxxxxxxx>
Subject: Re: [Gems-users] Prefetcher in GEMS
I don't believe the released version of Ruby includes a prefetcher.
Where did you add the prefetching code?  The common way to do this is
to develop a Prefetcher module that is included in the L1 (for
prefetches into the L1) or L2 (for prefetches into the L2) controller.
 The module will deliver prefetch messages/wakeups to the controller

--Mike

p.s.  sorry for the prior personal e-mail exchange on gems-users.  Its
all Dan's fault :-)


On Sat, May 17, 2008 at 6:10 AM, Dinagar Raghunathan <draghuna@xxxxxxx> wrote:
> Hi all,
>
>
>
> There is prefetcher been implemented in Opal and there is prefetching
> functionality been provided in the Ruby. I have been trying to implement a
> simple prefetcher in Ruby [not touching opal at all] and using tester.exec
> of MOSI_SMP_bcast to see the result. To my surprise, there isn't any effect
> of the new prefetcher over the results. So I am wondering that probably it's
> because of the existing prefetcher.
>
>
>
> Do you how to switch ON and OFF the current prefetcher in the GEMS????
>
>
>
> Thanks & Regards,
>
> Dinagar
>
> _______________________________________________
> Gems-users mailing list
> Gems-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/gems-users
> Use Google to search the GEMS Users mailing list by adding
> "site:https://lists.cs.wisc.edu/archive/gems-users/"; to your search.
>
>
>
[← Prev in Thread] Current Thread [Next in Thread→]