-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: this is now an automatic differentiation library
- Loading branch information
Showing
21 changed files
with
987 additions
and
471 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 |
---|---|---|
@@ -1,6 +1,19 @@ | ||
[workspace] | ||
members = [ | ||
"mushin", | ||
"mushin_derive", | ||
"example", | ||
] | ||
[package] | ||
name = "mushin" | ||
version = "0.2.0" | ||
authors = ["Aitor Ruano <codearm@pm.me>"] | ||
edition = "2021" | ||
description = "Computational graphs with reverse automatic differentation in the GPU" | ||
homepage = "https://github.com/c0dearm/mushin" | ||
repository = "https://github.com/c0dearm/mushin" | ||
readme = "README.md" | ||
keywords = ["machine-learning", "automatic", "differentiation", "cuda", "opencl", "compute", "gpu", "cpu"] | ||
categories = ["algorithms", "mathematics", "science"] | ||
license = "MIT/Apache-2.0" | ||
|
||
[badges] | ||
maintenance = { status = "actively-developed" } | ||
codecov = { repository = "c0dearm/mushin" } | ||
|
||
[dependencies] | ||
arrayfire = "3.8" |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.