Skip to content

Commit

Permalink
Add back in svd fmm
Browse files Browse the repository at this point in the history
  • Loading branch information
skailasa committed Oct 4, 2023
1 parent 8b0764b commit 5d129f6
Show file tree
Hide file tree
Showing 7 changed files with 372 additions and 365 deletions.
1 change: 0 additions & 1 deletion fmm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ num_cpus = "1"
num = "0.4"
rlst = {git = "https://github.com/skailasa/rlst.git", branch = "enh/moore-penrose-pseudo-inverse" }
fftw = {git = "https://github.com/skailasa/fftw.git" }
dashmap = {version = "5.5.0", features=["rayon"]}
rayon = "1.7"

[target.aarch64-apple-darwin]
Expand Down
5 changes: 4 additions & 1 deletion fmm/src/constants.rs
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
pub const CACHE_SIZE: usize = 512; // Size of cache in bytes to use for blocking purposes, empirically found
//! Crate wide constants

/// Size of cache in bytes to use for blocking purposes during the M2L sparsification via an FFT
pub const CACHE_SIZE: usize = 512;
Loading

0 comments on commit 5d129f6

Please sign in to comment.