Skip to content

Commit

Permalink
default blas threads set to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaak-s committed Apr 23, 2015
1 parent f98dff6 commit 1fb746a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macau.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function macau(data::RelationData;
reset_model = true,
compute_ff_size = 6500,
latent_pids = Int[],
latent_blas_threads = 4,
latent_blas_threads = 1,
full_prediction = false,
rmse_train = false,
clamp::Vector{Float64} = Float64[],
Expand Down

0 comments on commit 1fb746a

Please sign in to comment.