Skip to content

Commit fa9197f

Browse files
committed
chore: bump version
1 parent 7dbb119 commit fa9197f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stochastic-rs"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
edition = "2021"
55
license = "MIT"
66
description = "A Rust library for quant finance and simulating stochastic processes."

src/stochastic/noise/fgn.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ impl Sampling<f64> for FGN {
102102
fn sample_cuda(&self) -> Result<Either<Array1<f64>, Array2<f64>>> {
103103
// nvcc -shared -Xcompiler -fPIC fgn.cu -o libfgn.so -lcufft // ELF header error
104104
// nvcc -shared -o libfgn.so fgn.cu -Xcompiler -fPIC
105+
// nvcc -O3 -use_fast_math -o libfgn.so fgn.cu -Xcompiler -fPIC
105106
// nvcc -shared fgn.cu -o fgn.dll -lcufft
106107
use std::ffi::c_void;
107108

0 commit comments

Comments
 (0)