-
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.
Nontrivial refactoring of
nll
to better compartmentalize the
operations that are done on a single thread and the logic of splitting those up to parallelize. Ultimately hoping that this re-org will make it possible to easily use `ReverseDiff.gradient!` on a compiled tape in parallel. Working on it...
- Loading branch information
Chris Geoga
committed
Mar 20, 2023
1 parent
c51816c
commit 0b6f981
Showing
5 changed files
with
52 additions
and
28 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "Vecchia" | ||
uuid = "8d73829f-f4b0-474a-9580-cecc8e084068" | ||
authors = ["Chris Geoga <[email protected]>"] | ||
version = "0.9.6" | ||
version = "0.9.7" | ||
|
||
[deps] | ||
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" | ||
|
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
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