Skip to content

Commit

Permalink
Your Message
Browse files Browse the repository at this point in the history
  • Loading branch information
SensorNetOrg committed Sep 2, 2023
1 parent b0db9b0 commit 44709eb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 294 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
target/
target/
Cargo.lock
**/*.rs.bak
291 changes: 0 additions & 291 deletions Cargo.lock

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "RayBNN_DiffEq"
version = "0.1.1"
version = "0.1.2"
authors = ["Brosnan Yuen <brosnanyuen@gmail.com>"]
edition = "2021"
description = "Matrix Differential Equation Solver using GPUs, CPUs, and FPGAs via CUDA, OpenCL, and oneAPI"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ arrayfire = { version = "3.8.1", package = "arrayfire_fork" }
num = "0.4.1"
num-traits = "0.2.16"
half = { version = "2.3.1" , features = ["num-traits"] }
raybnn_diffeq = "0.1.1"
raybnn_diffeq = "0.1.2"
```



# List of Examples
- [Linear ODE with CUDA f64](#solving-a-simple-linear-ode-on-cuda-with-float-64-bit-precision)
- [3x3 Linear Matrix ODE with CUDA f64](#solving-a-3x3-matrix-linear-ode-on-cuda-with-float-64-bit-precision)
Expand Down

0 comments on commit 44709eb

Please sign in to comment.