Skip to content

Commit eeff876

Browse files
committed
Clarify the relation to ox-arrays and orthotope
1 parent b6fd18a commit eeff876

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

CREDITS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@ Faustyna Krawiec, Neel Krishnaswami, Tom Ellis, Andrew Fitzgibbon, Richard Eisen
1010

1111
Oleg Grenrus, whose https://hackage.haskell.org/package/overloaded contains inspiring examples related to AD
1212

13-
Edward Kmett, author of the archetype Haskell https://github.com/ekmett/ad library
13+
Edward Kmett, author of the archetype Haskell https://hackage.haskell.org/package/ad library
1414

15-
Justin Le, author of the https://github.com/mstksg/backprop library and the amazing articles at https://blog.jle.im
15+
Justin Le, author of the https://hackage.haskell.org/package/backprop library and the amazing articles at https://blog.jle.im
16+
17+
Lennart Augustsson, author of the incredibly clever shapely typed Haskell tensor library https://hackage.haskell.org/package/orthotope
1618

1719
Tom Smeding, who influenced the major implementation decisions of horde-ad and solved the hardest technical problems
1820

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@ in file `MnistCnnShaped2.hs` and the directory contains several other sample neu
199199
Compilation from source
200200
-----------------------
201201

202-
Our library is inspired by and crucially depends in its performance
203-
on [ox-arrays](https://hackage.haskell.org/package/ox-arrays)
204-
and [orthotope](https://hackage.haskell.org/package/orthotope),
205-
which don't require any special installation.
202+
Horde-ad uses [ox-arrays](https://hackage.haskell.org/package/ox-arrays)
203+
as its CPU backend library, which in turn is inspired by and depends
204+
on [orthotope](https://hackage.haskell.org/package/orthotope).
205+
Neither of these packages require any special installation.
206206
Some of the other
207207
[Haskell packages we depend on](https://github.com/Mikolaj/horde-ad/blob/master/horde-ad.cabal)
208208
need their usual C library dependencies to be installed manually,

0 commit comments

Comments
 (0)