|
|
@@ -181,17 +181,17 @@ NO_AFFINITY = 1 |
|
|
|
# time out to improve performance. This number should be from 4 to 30 |
|
|
|
# which corresponds to (1 << n) cycles. For example, if you set to 26, |
|
|
|
# thread will be running for (1 << 26) cycles(about 25ms on 3.0GHz |
|
|
|
# system). Also you can control this mumber by THREAD_TIMEOUT |
|
|
|
# system). Also you can control this number by THREAD_TIMEOUT |
|
|
|
# CCOMMON_OPT += -DTHREAD_TIMEOUT=26 |
|
|
|
|
|
|
|
# Using special device driver for mapping physically contigous memory |
|
|
|
# Using special device driver for mapping physically contiguous memory |
|
|
|
# to the user space. If bigphysarea is enabled, it will use it. |
|
|
|
# DEVICEDRIVER_ALLOCATION = 1 |
|
|
|
|
|
|
|
# If you need to synchronize FP CSR between threads (for x86/x86_64 only). |
|
|
|
# CONSISTENT_FPCSR = 1 |
|
|
|
|
|
|
|
# If any gemm arguement m, n or k is less or equal this threshold, gemm will be execute |
|
|
|
# If any gemm argument m, n or k is less or equal this threshold, gemm will be execute |
|
|
|
# with single thread. (Actually in recent versions this is a factor proportional to the |
|
|
|
# number of floating point operations necessary for the given problem size, no longer |
|
|
|
# an individual dimension). You can use this setting to avoid the overhead of multi- |
|
|
|