forked from chapel-lang/chapel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New tests for ChAI multi-locale inference (chapel-lang#26062)
Add testing infra for new ChAI functionality and tests added here: chapel-lang/ChAI#5 - [x] tests passing w/ CHPL_COMM=none - [x] tests passing w/ CHPL_COMM=gasnet [ reviewed by @jabraham17 ] - thanks!
- Loading branch information
Showing
8 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
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 @@ | ||
../ChAI/test/multiLocaleInfCloned.chpl |
1 change: 1 addition & 0 deletions
1
test/gpu/native/studies/chai/tests/multiLocaleInfCloned.execopts
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 @@ | ||
--baseDir="../ChAI/" |
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,5 @@ | ||
(0, 7) | ||
(1, 2) | ||
(2, 1) | ||
(3, 0) | ||
(4, 4) |
1 change: 1 addition & 0 deletions
1
test/gpu/native/studies/chai/tests/multiLocaleInfCloned.numlocales
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 @@ | ||
2 |
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 @@ | ||
../ChAI/test/multiLocaleInfSharded.chpl |
1 change: 1 addition & 0 deletions
1
test/gpu/native/studies/chai/tests/multiLocaleInfSharded.execopts
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 @@ | ||
--baseDir="../ChAI/" |
5 changes: 5 additions & 0 deletions
5
test/gpu/native/studies/chai/tests/multiLocaleInfSharded.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,5 @@ | ||
(0, 7) | ||
(1, 2) | ||
(2, 1) | ||
(3, 0) | ||
(4, 4) |
1 change: 1 addition & 0 deletions
1
test/gpu/native/studies/chai/tests/multiLocaleInfSharded.numlocales
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 @@ | ||
2 |