- 12 6月, 2020 7 次提交
-
-
由 Leo Chen 提交于
-
由 lilong12 提交于
-
由 Aurelius84 提交于
* add MobileNet unittest test=develop * fix cudnn random test=develop
-
由 tangwei12 提交于
* fix sync barrier with barrier monitor, test=develop
-
由 ceci3 提交于
-
由 Leo Chen 提交于
* add summary_env, test=develop * update issue template, test=develop * refine link, test=develop Co-authored-by: Nroot <root@yq01-gpu-255-129-15-00.epc.baidu.com>
-
由 hong 提交于
* enable load_program_state run in imperative mode; test=develop * remove useless code; test=develop
-
- 11 6月, 2020 2 次提交
-
-
由 liym27 提交于
[Dy2Static]Convert var.shape stmt and Convert the return variables of Tensor-dependent 'if' staments to Tensor if it not (#24911) * Support int and long: int or long -> six.integer_types. * Modify test_tensor_shape: fix bug and modify comment. * Support convert_var_shape to convert var.shape stmt * Modify code in ifelse_simple_func.py because don't support return non-Tensor in Tensor-dependent 'if' stament currently. * Convert the return variables of Tensor-dependent 'if' staments to Tensor if it not. test=develop
-
由 Leo Chen 提交于
* use allow list instead of white list, test=develop * reduce include, test=develop
-
- 10 6月, 2020 9 次提交
-
-
由 Zhang Ting 提交于
-
由 liu zhengxi 提交于
-
由 hutuxian 提交于
Support CMatchAucCalculator based on CMatchRankAucCalculator with a new parameter ignore_rank
-
由 Huihuang Zheng 提交于
[Dy2stat] decrease the batch size to decrease GPU usage.
-
由 Zhou Wei 提交于
* windows publish package scripts,test=develop * windows publish package scripts,test=develop * windows publish package scripts,test=develop
-
由 Zhou Wei 提交于
fix bug in CUDA_NVCC_FALS and CMAKE_CUDA_FLAGS
-
由 Leo Chen 提交于
-
由 wangchaochaohu 提交于
-
由 silingtong123 提交于
* test=develop, add log message in the function UpdateDllFlag * test=develop, add the test
-
- 09 6月, 2020 11 次提交
-
-
由 Chen Weihang 提交于
-
由 Sylwester Fraczek 提交于
* remove gmock from ut test=develop * coverage enabled for r+t+m fuse pass test=develop
-
由 liym27 提交于
* Move function 'convert_len' to file convert_operators.py * Support that for statements are transformed to while statements. * Fix bug: raise None -> return None. * Support variable loaded and created in loop. * Use int64 in Py2 and Py3 in function to_static_variable.
-
由 wawltor 提交于
Fix the bug for elementwise_div op, when the first var is scalar; Use the shape 1 replace the -1 in shape.
-
由 Huihuang Zheng 提交于
[Dy2stat] Add word2vec as unittest
-
由 wawltor 提交于
Add the support the 5d,6d tensor support for the reduce ops; Add the same time, the compile time, it was 22 minutes, it was 21 minutes after fixed.
-
由 liuwei1031 提交于
-
由 silingtong123 提交于
-
由 wangchaochaohu 提交于
-
由 Zhang Ting 提交于
-
由 Sylwester Fraczek 提交于
test=develop
-
- 08 6月, 2020 8 次提交
-
-
由 iducn 提交于
* modify coverage gcc48 and gcc8 dockerfile trt's url, add gcc8 dockerfile pip tuna source,test=develop,test=document_fix * delete pip tuna source,test=develop,test=document_fix * add openmpi's description,test=develop,test=document_fix
-
由 Michał Gallus 提交于
test=develop
-
由 Yanghello 提交于
-
由 T8T9 提交于
* add -DPADDLE_CUDA_BINVER. test=develop, test=win_gpu * nvcc will use add_compile_options, avoid using it if you don't want to pass arguments to nvcc. test=develop * test=develop, test=win_gpu
-
由 mapingshuo 提交于
fixes the CUDAPlace info in the Print op
-
由 Aurelius84 提交于
* Support LoDTensorArray in reverse_op test=develop * polish en doc and unittest code test=develop * refine sample code test=develop * add example of LoDTensorArray test=develop * fix typo test=develop
-
由 Leo Chen 提交于
* refine err_msg of pybind.cc, test=develop * refine err_msg in tensor_py.h, test=develop * refine error msg, test=develop * fix test_exception, test=develop * follow comments, test=develop
-
由 Zhou Wei 提交于
-
- 06 6月, 2020 1 次提交
-
-
由 hong 提交于
-
- 05 6月, 2020 2 次提交
-
-
由 Leo Chen 提交于
* refine isfinite, test=develop * use namespace std of isfinite, test=develop, test=win_gpu
-
由 liym27 提交于
* cast var in convert_logical_XX. * Add convert_ifelse function in convert_operators.py * Add logical_transformer. Remove LogicalTransformer from loop_transformer.py * Revert modified tests in PR24799(convert_while_stmt). * Comment and modify code that doesn't support `return` statement. * Remove unnecessary class: MergeAssignTransformer, NodeTestTransformer and IfConditionVisitor in ifelse_transformer.
-