fix omp
This commit is contained in:
parent
0d9a8c042c
commit
e912dd3364
@ -287,8 +287,7 @@ class GBTree : public IGradBooster<FMatrix> {
|
|||||||
updater_initialized = 0;
|
updater_initialized = 0;
|
||||||
}
|
}
|
||||||
if (!strcmp(name, "nthread")) {
|
if (!strcmp(name, "nthread")) {
|
||||||
omp_set_num_threads(nthread);
|
omp_set_num_threads(nthread = atoi(val));
|
||||||
nthread = atoi(val);
|
|
||||||
}
|
}
|
||||||
if (!strcmp(name, "num_parallel_tree")) {
|
if (!strcmp(name, "num_parallel_tree")) {
|
||||||
num_parallel_tree = atoi(val);
|
num_parallel_tree = atoi(val);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user