Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -93,6 +93,7 @@ Please mark all change in change log and use the issue from GitHub - \#1480 Add return code for AVX512 selection - \#1524 Update config "preload_table" description - \#1544 Update resources name in HTTP module - \#1567 Update yaml config description ## Task - \#1327 Exclude third-party code from codebeat Loading core/conf/demo/server_config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ cache_config: # | compared with 'nq' to decide if OpenBLAS should be used. | | | # | If nq >= use_blas_threshold, OpenBLAS will be used, search | | | # | response times will be stable but the search speed will be | | | # | slower; if nq < use_blas_threshold, SSE will be used, | | | # | slower; if nq < use_blas_threshold, AVX will be used, | | | # | search speed will be faster but search response times will | | | # | fluctuate. | | | #----------------------+------------------------------------------------------------+------------+-----------------+ Loading core/conf/server_cpu_config.template +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ cache_config: # | compared with 'nq' to decide if OpenBLAS should be used. | | | # | If nq >= use_blas_threshold, OpenBLAS will be used, search | | | # | response times will be stable but the search speed will be | | | # | slower; if nq < use_blas_threshold, SSE will be used, | | | # | slower; if nq < use_blas_threshold, AVX will be used, | | | # | search speed will be faster but search response times will | | | # | fluctuate. | | | #----------------------+------------------------------------------------------------+------------+-----------------+ Loading core/conf/server_gpu_config.template +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ cache_config: # | compared with 'nq' to decide if OpenBLAS should be used. | | | # | If nq >= use_blas_threshold, OpenBLAS will be used, search | | | # | response times will be stable but the search speed will be | | | # | slower; if nq < use_blas_threshold, SSE will be used, | | | # | slower; if nq < use_blas_threshold, AVX will be used, | | | # | search speed will be faster but search response times will | | | # | fluctuate. | | | #----------------------+------------------------------------------------------------+------------+-----------------+ Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -93,6 +93,7 @@ Please mark all change in change log and use the issue from GitHub - \#1480 Add return code for AVX512 selection - \#1524 Update config "preload_table" description - \#1544 Update resources name in HTTP module - \#1567 Update yaml config description ## Task - \#1327 Exclude third-party code from codebeat Loading
core/conf/demo/server_config.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ cache_config: # | compared with 'nq' to decide if OpenBLAS should be used. | | | # | If nq >= use_blas_threshold, OpenBLAS will be used, search | | | # | response times will be stable but the search speed will be | | | # | slower; if nq < use_blas_threshold, SSE will be used, | | | # | slower; if nq < use_blas_threshold, AVX will be used, | | | # | search speed will be faster but search response times will | | | # | fluctuate. | | | #----------------------+------------------------------------------------------------+------------+-----------------+ Loading
core/conf/server_cpu_config.template +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ cache_config: # | compared with 'nq' to decide if OpenBLAS should be used. | | | # | If nq >= use_blas_threshold, OpenBLAS will be used, search | | | # | response times will be stable but the search speed will be | | | # | slower; if nq < use_blas_threshold, SSE will be used, | | | # | slower; if nq < use_blas_threshold, AVX will be used, | | | # | search speed will be faster but search response times will | | | # | fluctuate. | | | #----------------------+------------------------------------------------------------+------------+-----------------+ Loading
core/conf/server_gpu_config.template +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ cache_config: # | compared with 'nq' to decide if OpenBLAS should be used. | | | # | If nq >= use_blas_threshold, OpenBLAS will be used, search | | | # | response times will be stable but the search speed will be | | | # | slower; if nq < use_blas_threshold, SSE will be used, | | | # | slower; if nq < use_blas_threshold, AVX will be used, | | | # | search speed will be faster but search response times will | | | # | fluctuate. | | | #----------------------+------------------------------------------------------------+------------+-----------------+ Loading