Skip to content

Commit

Permalink
New tests for ChAI multi-locale inference (chapel-lang#26062)
Browse files Browse the repository at this point in the history
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
jeremiah-corrado authored Oct 14, 2024
2 parents 9169ffb + 98f12d0 commit c83a770
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--baseDir="../ChAI/"
5 changes: 5 additions & 0 deletions test/gpu/native/studies/chai/tests/multiLocaleInfCloned.good
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(0, 7)
(1, 2)
(2, 1)
(3, 0)
(4, 4)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--baseDir="../ChAI/"
5 changes: 5 additions & 0 deletions test/gpu/native/studies/chai/tests/multiLocaleInfSharded.good
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(0, 7)
(1, 2)
(2, 1)
(3, 0)
(4, 4)
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2

0 comments on commit c83a770

Please sign in to comment.