Skip to content

Commit

Permalink
Really fresh register
Browse files Browse the repository at this point in the history
Signed-off-by: Hernan Ponce de Leon <hernanl.leon@huawei.com>
  • Loading branch information
hernan-poncedeleon committed Sep 19, 2023
1 parent 9d18612 commit 0bc28d4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion litmus/PTX/Manual/Ticketlock-acq2rlx-1.litmus
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ x=0;
LC01: | LC01: ;
ld.weak r3, x | ld.weak r3, x ;
st.weak x, 1 | st.weak x, 2 ;
atom.release.gpu.plus r3, out, 1 | atom.release.gpu.plus r3, out, 1 ;
atom.release.gpu.plus r4, out, 1 | atom.release.gpu.plus r4, out, 1 ;
exists
(P0:r1 != P1:r1 /\ P0:r2 != P1:r2 /\ P0:r3 == 0 /\ P1:r3 == 0)
2 changes: 1 addition & 1 deletion litmus/PTX/Manual/Ticketlock-acq2rlx-2.litmus
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ x=0;
LC01: | LC01: ;
ld.weak r3, x | ld.weak r3, x ;
st.weak x, 1 | st.weak x, 2 ;
atom.release.gpu.plus r3, out, 1 | atom.release.gpu.plus r3, out, 1 ;
atom.release.gpu.plus r4, out, 1 | atom.release.gpu.plus r4, out, 1 ;
exists
(P0:r1 != P1:r1 /\ P0:r2 != P1:r2 /\ P0:r3 == 0 /\ P1:r3 == 0)
2 changes: 1 addition & 1 deletion litmus/PTX/Manual/Ticketlock-diff-gpu.litmus
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ x=0;
LC01: | LC01: ;
ld.weak r3, x | ld.weak r3, x ;
st.weak x, 1 | st.weak x, 2 ;
atom.release.gpu.plus r3, out, 1 | atom.release.gpu.plus r3, out, 1 ;
atom.release.gpu.plus r4, out, 1 | atom.release.gpu.plus r4, out, 1 ;
exists
(P0:r1 != P1:r1 /\ P0:r2 != P1:r2 /\ P0:r3 == 0 /\ P1:r3 == 0)
2 changes: 1 addition & 1 deletion litmus/PTX/Manual/Ticketlock-rel2rlx.litmus
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ x=0;
LC01: | LC01: ;
ld.weak r3, x | ld.weak r3, x ;
st.weak x, 1 | st.weak x, 2 ;
atom.relaxed.gpu.plus r3, out, 1 | atom.release.gpu.plus r3, out, 1 ;
atom.relaxed.gpu.plus r4, out, 1 | atom.release.gpu.plus r4, out, 1 ;
exists
(P0:r1 != P1:r1 /\ P0:r2 != P1:r2 /\ P0:r3 == 0 /\ P1:r3 == 0)
2 changes: 1 addition & 1 deletion litmus/PTX/Manual/Ticketlock-same-gpu.litmus
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ x=0;
LC01: | LC01: ;
ld.weak r3, x | ld.weak r3, x ;
st.weak x, 1 | st.weak x, 2 ;
atom.release.gpu.plus r3, out, 1 | atom.release.gpu.plus r3, out, 1 ;
atom.release.gpu.plus r4, out, 1 | atom.release.gpu.plus r4, out, 1 ;
exists
(P0:r1 != P1:r1 /\ P0:r2 != P1:r2 /\ P0:r3 == 0 /\ P1:r3 == 0)

0 comments on commit 0bc28d4

Please sign in to comment.