- 04 3月, 2021 2 次提交
-
-
由 YUNSHEN XIE 提交于
* fix python full coverage decrease issue * fix
-
由 wuhuanzhou 提交于
-
- 03 3月, 2021 1 次提交
-
-
由 wuhuanzhou 提交于
-
- 23 2月, 2021 1 次提交
-
-
由 Zhou Wei 提交于
-
- 21 1月, 2021 1 次提交
-
-
由 Qi Li 提交于
-
- 18 1月, 2021 1 次提交
-
-
由 wanghuancoder 提交于
-
- 24 12月, 2020 2 次提交
-
-
由 wanghuancoder 提交于
* reopen python coverage --include for test, test=develop * if no .py file modified, not use coverage run, test=develop * remove test code, test=develop * add WITH_INCREMENTAL_COVERAGE, test=develop * refine if else, test=develop
-
由 tangwei12 提交于
* oneps (3/4) Co-authored-by: NMrChengmo <cmchengmo@163.com> Co-authored-by: Nmalin10 <malin10@baidu.com> Co-authored-by: Nchengmo <chengmo@baidu.com>
-
- 16 12月, 2020 1 次提交
-
-
由 Y_Xuan 提交于
* 添加rocm平台支持代码 * 修改一些问题 * 修改一些歧义并添加备注 * 修改代码格式 * 解决冲突后的代码修改 * 修改operators.cmake * 修改格式 * 修正错误 * 统一接口 * 修改日期
-
- 15 12月, 2020 1 次提交
-
-
由 YUNSHEN XIE 提交于
* added UT should not exceed 15s * fix error * UT limit of 15s is the first to be executed * fix error * fix error with CI_SKIP_CPP_TEST * modfied tiemout setting * fix error
-
- 11 12月, 2020 1 次提交
-
-
由 LoveAn 提交于
* Add the strategy of skipping cc/cu test compilation and execution in CI, test=develop * fix if error with CI_SKIP_TEST, test=develop * fix add properties to test error on Linux/MAC, test=develop * fix set test properties of test_code_generator error, test=develop * remove test codes and advance judgment of file modification on Linux, test=develop * rename CI_SKIP_TEST to CI_SKIP_CPP_TEST, test=document_fix * Add branch judgement on Linux, test=develop
-
- 03 12月, 2020 1 次提交
-
-
由 wanghuancoder 提交于
-
- 01 12月, 2020 1 次提交
-
-
由 wanghuancoder 提交于
-
- 30 11月, 2020 1 次提交
-
-
由 wanghuancoder 提交于
* Generate code coverage reports only for incremental files, test=develop * Generate code coverage reports only for incremental files, test=develop * Generate code coverage reports only for incremental files, test=develop * test for diff python file, test=develop * fix no python diff report, test=develop * add cc test file, test=develop * fix bug in generic.cmake, test=develop * for debug no cc report, test=develp * modify compire branch form test_pr to test, test=develop * fix bug, test=develop * test for h file changed, test=develop * debug for redefinition of argument optimize error, test=develop * close -o3 for test, test=develop * remove -o3 for test, test=develop * remove coverage option for nvcc, test=develop * use CMAKE_CXX_FLAGS open coverage option when header file changed, test=develop * reopen -o3, test=develop * remove debug code, test=develop * remove unused code, test=develop
-
- 27 11月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
-
- 24 11月, 2020 1 次提交
-
-
由 YUNSHEN XIE 提交于
-
- 09 11月, 2020 2 次提交
-
-
由 YUNSHEN XIE 提交于
* modified timeout value on windows * fix some error
-
由 YUNSHEN XIE 提交于
* exec ut no more than 15s 2 * fix for ut test_inplace_addto_strategy timeout
-
- 24 9月, 2020 2 次提交
- 15 9月, 2020 1 次提交
-
-
由 chalsliu 提交于
-
- 26 8月, 2020 1 次提交
-
-
由 YUNSHEN XIE 提交于
-
- 24 8月, 2020 1 次提交
-
-
由 YUNSHEN XIE 提交于
* find timeout unittests * setting timeout value * fix some error * fix some error * fix some error * fix no newline of end file error
-
- 29 7月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
-
- 02 7月, 2020 1 次提交
-
-
由 MRXLT 提交于
* add encrypt api for inference lib
-
- 23 6月, 2020 1 次提交
-
-
由 Shibo Tao 提交于
* generate dummy file using cmake configure_file function to avoid re-generating it. test=develop * add cmake/dummy.c.in. test=develop
-
- 21 6月, 2020 1 次提交
-
-
由 Shibo Tao 提交于
* don't re-generate header file if content doesn't change. test=develop * add copy_if_different function. test=develop
-
- 05 6月, 2020 1 次提交
-
-
由 T8T9 提交于
* support CUDA using cmake built-in way (#24395) * support CUDA using cmake built-in way. test=develop * test=develop * cmake_minimum_required 3.10 * test=develop
-
- 01 6月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 13 5月, 2020 1 次提交
-
- 12 5月, 2020 1 次提交
-
-
由 Shibo Tao 提交于
* support CUDA using cmake built-in way. test=develop * test=develop
-
- 14 1月, 2020 1 次提交
-
-
由 zhouwei25 提交于
faster build by reduce by-product, reduce linking library and fix compile warning of std=c++11 (#22164)
-
- 16 12月, 2019 1 次提交
-
-
由 xujiaqi01 提交于
* fix compile error when WITH_PSLIB=ON * test=develop
-
- 25 11月, 2019 1 次提交
-
-
由 zhouwei25 提交于
-
- 11 9月, 2019 1 次提交
-
-
由 Huihuang Zheng 提交于
TemporaryAllocator is a singleton used for allocating memory for Cudnn. Since it is a singleton, we can delete it for better performance in memory. We replace TemporaryAllocator by CUDADeviceContextAllocator and CUDADeviceContextAllocation, which uses stream callback to delete the memory allocated for the stream to avoid singleton. Also added data_feed_proto to operator to fix CI in CPU compilation
-
- 12 7月, 2019 1 次提交
-
-
由 kh2se2013 提交于
2)add pip install coverage in Dockerfile.tmp test=develop
-
- 27 6月, 2019 1 次提交
-
-
由 kh2se2013 提交于
* add WITH_COVERAGE option, default OFF test=develop * add coverage for python sdk test=develop * fix code style * fix COVERAGE_FILE path test=develop * remove coverage package test=develop * test = develop, run coverage as module
-
- 26 6月, 2019 1 次提交
-
-
由 Tao Luo 提交于
test=develop
-
- 16 6月, 2019 1 次提交
-
-
由 Wojciech Uss 提交于
* reuse C-API INT8 unit test application test=develop * updates after review test=develop
-
- 13 6月, 2019 1 次提交
-
-
由 Michał Gallus 提交于
-