Skip to content

Commit cf3823d

Browse files
committed
temp. fix cuml verbosity
1 parent 0792964 commit cf3823d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cuml/bench.py

100644100755
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ def parse_args(parser, size=None, loop_types=(),
100100
This is the same parser that was passed to this function.
101101
'''
102102

103+
import cuml
104+
cuml.common.logger = cuml.common.logger.level_critical
105+
103106
parser.add_argument('-n', '--num-threads', '--core-number', default=-1,
104107
dest='threads', type=int,
105108
help='Number of threads to use')

0 commit comments

Comments
 (0)