Skip to content

Commit

Permalink
Patch missing seed value
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Oct 29, 2024
1 parent 629ec72 commit 2d3df4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions candle-core/src/cuda_backend/device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ impl CudaDevice {
device,
blas: Arc::new(blas),
curand: Arc::new(Mutex::new(CudaRng(curand))),
seed_value: Arc::new(RwLock::new(299792458)),
})
}
}
Expand Down

0 comments on commit 2d3df4a

Please sign in to comment.