-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing no-local good files for AVE tests (#26704)
I forgot to add `no-local.good` files for two relatively new tests, which caused nightly failures. This PR adds those. Tested locally. [Trivial, not reviewed]
- Loading branch information
Showing
2 changed files
with
108 additions
and
0 deletions.
There are no files selected for viewing
54 changes: 54 additions & 0 deletions
54
test/optimizations/arrayViewElision/distributedToLocal.no-local.good
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
ArrayViewElision supported (dynamic locality check required) distributedToLocal.chpl:11 | ||
lhsBaseType: [domain(1,int(64),one)] int(64) | ||
lhsIndexingExprs: | ||
range(int(64),both,one) | ||
rhsBaseType: [BlockDom(1,int(64),one,unmanaged DefaultDist)] int(64) | ||
rhsIndexingExprs: | ||
range(int(64),both,one) | ||
|
||
ArrayViewElision supported (dynamic locality check required) distributedToLocal.chpl:24 | ||
lhsBaseType: [domain(1,int(64),one)] int(64) | ||
lhsIndexingExprs: | ||
range(int(64),both,one) | ||
rhsBaseType: [CyclicDom(1,int(64),one)] int(64) | ||
rhsIndexingExprs: | ||
range(int(64),both,one) | ||
|
||
ArrayViewElision supported (dynamic locality check required) distributedToLocal.chpl:35 | ||
lhsBaseType: [domain(1,int(64),one)] int(64) | ||
lhsIndexingExprs: | ||
range(int(64),both,one) | ||
rhsBaseType: [StencilDom(1,int(64),one,false)] int(64) | ||
rhsIndexingExprs: | ||
range(int(64),both,one) | ||
|
||
operator =(a:[],b:[]): in chpl__bulkTransferArray | ||
operator =(a:[],b:[]): attempting doiBulkTransferFromKnown | ||
In DefaultRectangular._simpleTransfer(): Alo=(0,), Blo=(0,), len=1, elemSize=8 | ||
operator =(a:[],b:[]): successfully completed bulk transfer | ||
operator =(a:[],b:[]): in chpl__bulkTransferArray | ||
operator =(a:[],b:[]): attempting doiBulkTransferFromKnown | ||
In DefaultRectangular._simpleTransfer(): Alo=(0,), Blo=(0,), len=1, elemSize=8 | ||
operator =(a:[],b:[]): successfully completed bulk transfer | ||
Performing protoSlice bulk transfer | ||
operator =(a:[],b:[]): in chpl__bulkTransferArray | ||
operator =(a:[],b:[]): attempting doiBulkTransferToKnown | ||
operator =(a:[],b:[]): in chpl__bulkTransferArray | ||
operator =(a:[],b:[]): attempting doiBulkTransferFromKnown | ||
In DefaultRectangular._simpleTransfer(): Alo=(3,), Blo=(3,), len=3, elemSize=8 | ||
operator =(a:[],b:[]): successfully completed bulk transfer | ||
operator =(a:[],b:[]): successfully completed bulk transfer | ||
1 1 2 2 2 1 1 1 1 1 | ||
Performing protoSlice bulk transfer | ||
operator =(a:[],b:[]): in chpl__bulkTransferArray | ||
operator =(a:[],b:[]): bulk transfer did not happen | ||
1 1 2 2 2 1 1 1 1 1 | ||
Performing protoSlice bulk transfer | ||
operator =(a:[],b:[]): in chpl__bulkTransferArray | ||
operator =(a:[],b:[]): attempting doiBulkTransferToKnown | ||
operator =(a:[],b:[]): in chpl__bulkTransferArray | ||
operator =(a:[],b:[]): attempting doiBulkTransferFromKnown | ||
In DefaultRectangular._simpleTransfer(): Alo=(3,), Blo=(3,), len=3, elemSize=8 | ||
operator =(a:[],b:[]): successfully completed bulk transfer | ||
operator =(a:[],b:[]): successfully completed bulk transfer | ||
1 1 2 2 2 1 1 1 1 1 |
54 changes: 54 additions & 0 deletions
54
test/optimizations/arrayViewElision/localToDistributed.no-local.good
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
ArrayViewElision supported (dynamic locality check required) localToDistributed.chpl:11 | ||
lhsBaseType: [BlockDom(1,int(64),one,unmanaged DefaultDist)] int(64) | ||
lhsIndexingExprs: | ||
range(int(64),both,one) | ||
rhsBaseType: [domain(1,int(64),one)] int(64) | ||
rhsIndexingExprs: | ||
range(int(64),both,one) | ||
|
||
ArrayViewElision supported (dynamic locality check required) localToDistributed.chpl:24 | ||
lhsBaseType: [CyclicDom(1,int(64),one)] int(64) | ||
lhsIndexingExprs: | ||
range(int(64),both,one) | ||
rhsBaseType: [domain(1,int(64),one)] int(64) | ||
rhsIndexingExprs: | ||
range(int(64),both,one) | ||
|
||
ArrayViewElision supported (dynamic locality check required) localToDistributed.chpl:35 | ||
lhsBaseType: [StencilDom(1,int(64),one,false)] int(64) | ||
lhsIndexingExprs: | ||
range(int(64),both,one) | ||
rhsBaseType: [domain(1,int(64),one)] int(64) | ||
rhsIndexingExprs: | ||
range(int(64),both,one) | ||
|
||
operator =(a:[],b:[]): in chpl__bulkTransferArray | ||
operator =(a:[],b:[]): attempting doiBulkTransferFromKnown | ||
In DefaultRectangular._simpleTransfer(): Alo=(0,), Blo=(0,), len=1, elemSize=8 | ||
operator =(a:[],b:[]): successfully completed bulk transfer | ||
operator =(a:[],b:[]): in chpl__bulkTransferArray | ||
operator =(a:[],b:[]): attempting doiBulkTransferFromKnown | ||
In DefaultRectangular._simpleTransfer(): Alo=(0,), Blo=(0,), len=1, elemSize=8 | ||
operator =(a:[],b:[]): successfully completed bulk transfer | ||
Performing protoSlice bulk transfer | ||
operator =(a:[],b:[]): in chpl__bulkTransferArray | ||
operator =(a:[],b:[]): attempting doiBulkTransferFromKnown | ||
operator =(a:[],b:[]): in chpl__bulkTransferArray | ||
operator =(a:[],b:[]): attempting doiBulkTransferFromKnown | ||
In DefaultRectangular._simpleTransfer(): Alo=(3,), Blo=(3,), len=3, elemSize=8 | ||
operator =(a:[],b:[]): successfully completed bulk transfer | ||
operator =(a:[],b:[]): successfully completed bulk transfer | ||
1 1 2 2 2 1 1 1 1 1 | ||
Performing protoSlice bulk transfer | ||
operator =(a:[],b:[]): in chpl__bulkTransferArray | ||
operator =(a:[],b:[]): bulk transfer did not happen | ||
1 1 2 2 2 1 1 1 1 1 | ||
Performing protoSlice bulk transfer | ||
operator =(a:[],b:[]): in chpl__bulkTransferArray | ||
operator =(a:[],b:[]): attempting doiBulkTransferFromKnown | ||
operator =(a:[],b:[]): in chpl__bulkTransferArray | ||
operator =(a:[],b:[]): attempting doiBulkTransferFromKnown | ||
In DefaultRectangular._simpleTransfer(): Alo=(3,), Blo=(3,), len=3, elemSize=8 | ||
operator =(a:[],b:[]): successfully completed bulk transfer | ||
operator =(a:[],b:[]): successfully completed bulk transfer | ||
1 1 2 2 2 1 1 1 1 1 |