File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ VERSION = 0.3.0.dev
61
61
# NUM_THREADS = 24
62
62
63
63
# If you have enabled USE_OPENMP and your application would call
64
- # OpenBLAS's caculation API in multi threads, please comment it in.
65
- # This flag define how many OpenBLAS's caculation API can actually
66
- # run in parallel. If more number threads call OpenBLAS's caculation API,
67
- # it would wait former API finish.
64
+ # OpenBLAS's calculation API from multi threads, please comment it in.
65
+ # This flag defines how many instances of OpenBLAS's calculation API can
66
+ # actually run in parallel. If more threads call OpenBLAS's calculation API,
67
+ # they need to wait for the preceding API calls to finish or risk data corruption .
68
68
# NUM_PARALLEL = 2
69
69
70
70
# if you don't need to install the static library, please comment it in.
You can’t perform that action at this time.
0 commit comments