-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Opam linter driven fix: missing maintainer email
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -5,7 +5,7 @@ synopsis: | |
"An array language compiler with multiple backends (CPU, CUDA), staged compilation" | ||
description: | ||
"The optimizing compiler sub-package of OCANNL. Use neural_nets_lib instead to also get: nice syntax, shape inference, backpropagation, optimizers." | ||
maintainer: ["Lukasz Stafiniak"] | ||
maintainer: ["Lukasz Stafiniak <[email protected]>"] | ||
authors: ["Lukasz Stafiniak"] | ||
license: "BSD-2-Clause" | ||
tags: ["deeplearning" "array" "jit" "CUDA"] | ||
|
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 |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
(authors "Lukasz Stafiniak") | ||
|
||
(maintainers "Lukasz Stafiniak") | ||
(maintainers "Lukasz Stafiniak <[email protected]>") | ||
|
||
(license "BSD-2-Clause") | ||
|
||
|
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ synopsis: | |
"A from-scratch Deep Learning framework with an optimizing compiler, shape inference, concise syntax" | ||
description: | ||
"OCaml Compiles Algorithms for Neural Networks Learning is a compiled Deep Learning framework that puts emphasis on low-level backends (like tinygrad), shape inference, concise notation (ab)using PPX." | ||
maintainer: ["Lukasz Stafiniak"] | ||
maintainer: ["Lukasz Stafiniak <[email protected]>"] | ||
authors: ["Lukasz Stafiniak"] | ||
license: "BSD-2-Clause" | ||
tags: ["deeplearning" "tensor" "backprop" "jit" "gccjit" "CUDA"] | ||
|