Re: [Gems-users] transactional memory and Opal


Date: Mon, 21 Apr 2008 11:27:48 -0500 (CDT)
From: Luke Yen <lyen@xxxxxxxxxxx>
Subject: Re: [Gems-users] transactional memory and Opal

The version of Opal for the GEMs release does not support running TM programs. However with alot of non-trivial work it can be made to run TM programs. Most of the complexity comes in how to track transactional loads/stores for correct conflict detection, and how to handle stalls & aborts.

  Luke

On Mon, 21 Apr 2008, cge@xxxxxxxx wrote:

Hi,
Is there anyway to run transactional momory workloads in
MESI_CMP_filter_directory with Opal ?

I know this was not supported before due to the conflicts between magic
calls (such as BEGIN_TRANSACTION and COMMIT_TRANSACTION)and Opal.

Thanks,
Ken


_______________________________________________
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→]