Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
SensorNetOrg committed Sep 2, 2023
1 parent c9fe087 commit b0db9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Matrix Sizes upto 100000x100000
```
arrayfire = { version = "3.8.1", package = "arrayfire_fork" }
num = "0.4.1"
rayon = "1.7.0"
num-traits = "0.2.16"
half = { version = "2.3.1" , features = ["num-traits"] }
raybnn_diffeq = "0.1.1"
Expand All @@ -24,6 +23,7 @@ raybnn_diffeq = "0.1.1"
- [3x3 Linear Matrix ODE with CUDA f64](#solving-a-3x3-matrix-linear-ode-on-cuda-with-float-64-bit-precision)
- [1000x1000 Linear Matrix ODE with CUDA f64](#solving-a-1000x1000-matrix-linear-ode-on-cuda-with-float-64-bit-precision)
- [Linear ODE with CUDA f32](#solving-a-simple-linear-ode-on-cuda-with-float-32-bit-precision)
- [Selecting between CPU, OpenCL, and CUDA](#selecting-between-cpu-opencl-and-cuda)



Expand Down

0 comments on commit b0db9b0

Please sign in to comment.