-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from SciML/gpu
Update GPU syntax to allow for backend choices
- Loading branch information
Showing
8 changed files
with
831 additions
and
745 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,3 +1,3 @@ | ||
Version: 1.1.3 | ||
Date: 2022-12-24 06:05:19 UTC | ||
SHA: 4bb05b0a4dd334ff96db8db1a4fbf5b8f61a3db7 | ||
Version: 2.0.0 | ||
Date: 2023-10-20 04:03:09 UTC | ||
SHA: 0db73d96940765d14af0154b85d419edc5b71b55 |
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,12 +1,13 @@ | ||
Package: diffeqr | ||
Type: Package | ||
Title: Solving Differential Equations (ODEs, SDEs, DDEs, DAEs) | ||
Version: 1.1.3 | ||
Version: 2.0.0 | ||
Authors@R: person("Christopher", "Rackauckas", email = "[email protected]", role = c("aut", "cre", "cph")) | ||
Description: An interface to 'DifferentialEquations.jl' <https://diffeq.sciml.ai/dev/> from the R programming language. | ||
It has unique high performance methods for solving ordinary differential equations (ODE), stochastic differential equations (SDE), | ||
delay differential equations (DDE), differential-algebraic equations (DAE), and more. Much of the functionality, | ||
including features like adaptive time stepping in SDEs, are unique and allow for multiple orders of magnitude speedup over more common methods. | ||
Supports GPUs, with support for CUDA (NVIDIA), AMD GPUs, Intel oneAPI GPUs, and Apple's Metal (M-series chip GPUs). | ||
'diffeqr' attaches an R interface onto the package, allowing seamless use of this tooling by R users. For more information, | ||
see Rackauckas and Nie (2017) <doi:10.5334/jors.151>. | ||
Depends: R (>= 3.4.0) | ||
|
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
Oops, something went wrong.