Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Dermody committed May 29, 2024
1 parent 25b799f commit db702b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions BrightData/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ Tensor based linear algebra uses hardware acceleration when possible.
# Related Libraries
BrightData.MKL (MKL support)
BrightData.Cuda (GPU support - via CUDA)

If using MKL also install the MKL.NET nuget installation for your OS, for example `Install-Package MKL.NET.win-x64`
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,16 @@ To install the cpu version (no CUDA support) use:
```
Install-Package BrightWire
```

### MKL
To add MKL support use:

```
Install-Package BrightWire
Install-Package BrightData.MKL
```
then install the MKL.NET nuget installation for your OS, for example `Install-Package MKL.NET.win-x64`

### CUDA
To add CUDA support use:

```
Expand Down

0 comments on commit db702b2

Please sign in to comment.