-
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.
started sketching index algorithm, TODO: make a generic function whic…
…h adds two tuples together and returns a new one, currently the offset shift is hard coded for 2D distributed arrays
- Loading branch information
1 parent
af423bf
commit 303a18c
Showing
3 changed files
with
98 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
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 |
---|---|---|
|
@@ -327,4 +327,7 @@ auto make_subspans(const Data& data, const Topology<N>& topo, int rank) { | |
return ret; | ||
} | ||
|
||
|
||
|
||
|
||
} // namespace jada |
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