- 18 6月, 2020 1 次提交
-
-
由 Jacek Czaja 提交于
* Start implementing int8 eltwise add test=develop * - Fix to Michal PR * - Fix test=develop * - Lint fixes test=develop * - Added checking if elementwise_mul can be used test=develop * - Added attribs to skip_attrs_set test=develop * - Improved broadcasting test=develop - fixes to compilation - fix - fix - Lint fixes test=develop * - removed redundant condition test=develop Co-authored-by: NMichal Gallus <michal.gallus@intel.com>
-
- 16 6月, 2020 1 次提交
-
-
由 hutuxian 提交于
* Add a StatValue class in the backend to represent a stat. * Add a singleton StatRegistry to maintain the collection of stats. * For the sake of code neatness, we only support type of int and float, which can cover most of the scenarios.
-
- 11 6月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* use allow list instead of white list, test=develop * reduce include, test=develop
-
- 10 6月, 2020 1 次提交
-
-
由 hutuxian 提交于
Support CMatchAucCalculator based on CMatchRankAucCalculator with a new parameter ignore_rank
-
- 09 6月, 2020 2 次提交
-
-
由 Sylwester Fraczek 提交于
* remove gmock from ut test=develop * coverage enabled for r+t+m fuse pass test=develop
-
由 Sylwester Fraczek 提交于
test=develop
-
- 08 6月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
-
- 04 6月, 2020 2 次提交
- 03 6月, 2020 5 次提交
-
-
由 Chen Weihang 提交于
-
由 Jacek Czaja 提交于
-
由 Chen Weihang 提交于
* remove REPLACE_ENFORCE_GLOG compile option & add ci rule prohibit LOG(FATAL) using, test=develop * remove ci test case, test=develop * replace all LOG(FATAL) & polish message, test=develop * fix typo, test=develop * polish error info detail, test=develop
-
由 123malin 提交于
* test=develop, add try_catch for debug
-
由 Michał Gallus 提交于
-
- 02 6月, 2020 1 次提交
-
-
由 Wojciech Uss 提交于
-
- 01 6月, 2020 1 次提交
-
-
由 Yanghello 提交于
-
- 27 5月, 2020 2 次提交
-
-
由 Yanghello 提交于
-
由 Chen Weihang 提交于
* append error op hint for grad op maker, test=develop * add unittests for coverage, test=develop
-
- 26 5月, 2020 1 次提交
-
-
由 ShenLiang 提交于
-
- 25 5月, 2020 2 次提交
-
-
由 hutuxian 提交于
* Support AucRunner in PaddleBox * update some code style
-
由 wangchaochaohu 提交于
-
- 20 5月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 19 5月, 2020 2 次提交
- 18 5月, 2020 1 次提交
-
-
由 Yiqun Liu 提交于
* Add the check for whether CUDA Driver and NVRTC is available for the runtime system. * Call cuInit to initialize the CUDA Driver API before all CUDA callings. test=develop * Change the behavior when libnvrtc.so can not be found, printing a warning instead of exiting. test=develop * Do not initialize CUDA Driver API for windows and macos. test=develop * Remove the call of cuInit when entering paddle and enable the test_code_generator. test=develop * Add some built-in functions for __half. test=develop * Change save_intermediate_out to false in unittest. test=develop * Fix error reference to tempropary variable when seting including path for device_code. test=develop
-
- 14 5月, 2020 1 次提交
-
-
由 pawelpiotrowicz 提交于
test=develop
-
- 13 5月, 2020 1 次提交
-
-
由 Jacek Czaja 提交于
* - Disabling inplace pass test=develop - Disable cycles test=develop - fix test=develop - Enhancement to in-place - Lint fixes test=develop * - Lint fixes test=develop
-
- 11 5月, 2020 2 次提交
-
-
由 hutuxian 提交于
* Add InitializeGPUAndLoadModel to solve random hang when downloading sparse parameters. * Update SaveBase to solve test problem.
-
由 Chen Weihang 提交于
* add new macro BOOST_GET_SAFELY & unittests, test=develop * add different macro type, test=develop * fix get macro type in executor, test=develop * four macro part change backup * using one macro for all case, test=develop * revert attribute change, test=develop * change to three func to solve gcc4.8 bug, test=develop * polish some details, test=develop
-
- 08 5月, 2020 2 次提交
-
-
由 Wojciech Uss 提交于
* Enabled quantize all and skip missing in QAT
-
由 Huihuang Zheng 提交于
1. To make ProgramTranslator to support `assert` grammar, this PR adds `assert` python API and C++ code. 2. Fix a bug: graph_pattern_detector.h #include <gtest/gtest_prod.h> but didn't declared dependency at CMakeLists, which can cause single build failure. 3. Refactoring `Formatter` in print_op to make it reusable and reuse the formatter to print in assert op.
-
- 06 5月, 2020 2 次提交
-
-
由 joanna.wozna.intel 提交于
-
由 liym27 提交于
* Replace dygraph_to_static_func with @declarative or program_translator.get_func in test_list.py * Add comments in ConditionalBlock. * Support list pop last item. * Support pop the i-th item. * Support an empty tensor array as Input in assign op and set the kernel type is float.
-
- 30 4月, 2020 3 次提交
-
-
由 xujiaqi01 提交于
* add timeout and http store in communication, add revert and confirm in fleet * test=develop
-
由 wawltor 提交于
Add the pslib graph batch reader mode, add the test case for this change
-
由 joanna.wozna.intel 提交于
-
- 29 4月, 2020 1 次提交
-
-
由 hutuxian 提交于
-
- 28 4月, 2020 1 次提交
-
-
由 Sylwester Fraczek 提交于
-
- 27 4月, 2020 2 次提交
-
-
由 Chen Weihang 提交于
* add print transformer & unify print format, test=develop * remove using of dygraph_to_static_func, test=develop * remove python stdout capture, test=develop * fix compatibility problems for PY2, test=develop * fix detail error, test=develop * fix type analysis bug, test=develop * fix print tuple compatible error in PY2, test=develop * replace get_func to declarative, test=develop * fix detail bug, test=develop * fix some detail problems, test=develop * change visit_call in print transformer, test=develop
-
由 wangchaochaohu 提交于
-