Skip to content

Commit e0f6d8d

Browse files
Revert "set 1 thread for BLAS"
This reverts commit 3ab941d.
1 parent c24ee01 commit e0f6d8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

paper/examples/example.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ using NLPModels, NLPModelsModifiers, RegularizedProblems, RegularizedOptimizatio
33
using MLDatasets
44

55
Random.seed!(1234)
6-
7-
BLAS.set_num_threads(1)
86
model, nls_model, _ = RegularizedProblems.svm_train_model() # Build SVM model
97
f = LSR1Model(model) # L-SR1 Hessian approximation
108
λ = 1.0 # Regularization parameter

0 commit comments

Comments
 (0)