- 08 6月, 2023 1 次提交
-
-
由 Yuang Liu 提交于
Co-authored-by: Ntianshuo78520a <707759223@qq.com>
-
- 05 6月, 2023 1 次提交
-
-
由 Haohongxiang 提交于
-
- 01 6月, 2023 1 次提交
-
-
由 Yuang Liu 提交于
-
- 29 5月, 2023 1 次提交
-
-
由 lzy 提交于
-
- 26 5月, 2023 1 次提交
-
-
由 Leo Chen 提交于
* add log for memory stats * fix string_split in einsum * Set random seed for test_tensordot (#53004) --------- Co-authored-by: NRuibiao Chen <chenruibiao@baidu.com>
-
- 23 5月, 2023 1 次提交
-
-
由 Leo Chen 提交于
* add host memory stats * add ut
-
- 22 5月, 2023 2 次提交
-
-
由 Zhang Ting 提交于
-
由 LiYuRio 提交于
-
- 20 5月, 2023 1 次提交
-
-
由 ShenLiang 提交于
-
- 19 5月, 2023 2 次提交
-
-
由 Zhang Zheng 提交于
* Add large dim test of log_softmax * fix
-
由 Danyang Zhang 提交于
* delete bf16 of cross entropy in new frl * delete bf16 of cross entropy grad
-
- 14 5月, 2023 2 次提交
-
-
由 wuhuachaocoding 提交于
-
由 ShenLiang 提交于
* add utest * rm hack code
-
- 12 5月, 2023 1 次提交
-
-
由 Chitsing KUI 提交于
* add log overwrite flag * use strtobool
-
- 11 5月, 2023 1 次提交
-
-
由 Yuang Liu 提交于
-
- 27 4月, 2023 2 次提交
-
-
由 Haohongxiang 提交于
-
由 ShenLiang 提交于
add utest fix utest
-
- 26 4月, 2023 3 次提交
-
-
由 Chitsing KUI 提交于
* print modifed flags * fix ref, opt print * fix default getter * fix ut
-
由 sneaxiy 提交于
-
由 wuhuachaocoding 提交于
Co-authored-by: Ngongweibao <gongweibao@baidu.com>
-
- 24 4月, 2023 1 次提交
-
-
由 Chitsing KUI 提交于
* save env log for each worker * fix ut
-
- 22 4月, 2023 1 次提交
-
-
由 Tian 提交于
-
- 21 4月, 2023 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 17 4月, 2023 2 次提交
-
-
由 Haohongxiang 提交于
-
由 sneaxiy 提交于
-
- 14 4月, 2023 15 次提交
-
-
由 Zhang Zheng 提交于
-
由 cyberslack_lee 提交于
-
由 cyberslack_lee 提交于
-
由 chenxujun 提交于
* Add digamma, dirichlet tests * Fix code
-
由 superwinner1 提交于
* add erf FP16 test
-
由 duanyanhui 提交于
-
由 chenxujun 提交于
-
由 Feiyu Chan 提交于
1. modify set_value op, use Scalars to represent attr `values`, instead of a bunch of attributs of various types; (#52408) 2. add program converter and set_value op as an example, which provides the functionality to convert `paddle::framework::ProgramDesc` between old and new formats(the differences are mainly some operators with incompatible updates in the definition); 3. program version and operator version map now are always saved when serializing `paddle::framework::ProgramDesc` to identify the version; 3. provide an option `legacy_format=false` in serialization of `paddle::framework::ProgramDesc`, it decided whether to convert ProgramDesc back to a legacy format, which is compatible for paddle 2.4.2 or earlier versions to load and execute; 4. deserialization of `paddle::framework::ProgramDesc` is now automatically detecting whether the bytes it receives is in legacy format(contains any of the operators that has been incompatibly updated and have any attribute of type `Scalar`) and convert it to new format. But if you want a faithful deserialization without the automatic conversion, you can use protobuf's deserialization instead. Though it is not recommended, it can be used for the purpose of testing.
-
由 Jiabin Yang 提交于
* add more infer var type * fix split error * fix ut * fix top_k infer vartype * fix top_k infer vartype
-
由 zhupengyang 提交于
-
由 duanyanhui 提交于
-
由 骑马小猫 提交于
* support uint16 python op in d2s * convert uint16 -> bfloat16 in docstring
-
由 Kim Yann 提交于
-
由 Yiqun Liu 提交于
* Unify the static amp codes of fp16 and bf16. * Polish apis and add unittest. * Add operator stats collecting tools for program. * Add the check of number of bloat16 operators in unittest. * Add warning for operator not supported for amp. * Add testing of BF16 O1 and O2.
-
由 ronnywang 提交于
-