- 22 7月, 2021 6 次提交
-
-
由 jakpiase 提交于
* added sigmoid BF16 FWD/BWD and gelu BF16 BWD * added newline at EOF * switched from lambdas to local functions * changed function names
-
由 Leo Chen 提交于
-
由 cc 提交于
* add int16 kernel for lookup_talbe and dequantize_abs_max op
-
由 王明冬 提交于
-
由 王明冬 提交于
-
由 zyfncg 提交于
* Support getitem by ellipsis index in dynamic mode * change some code style
-
- 21 7月, 2021 6 次提交
-
-
由 zlsh80826 提交于
* upgrade test_tensorrt to trt8 * format
-
由 王明冬 提交于
-
由 jiangcheng 提交于
-
由 chentianyu03 提交于
-
由 wenbin 提交于
* reduce_mean supported. test=allcase * ut. test=allcase * test=develop * ut.test=allcase * correct name. test=allcase * correct UT. test=allcase * correct UT.test=develop * remove op * UT * add convert * fix timeout issue * more uts * more ut * correct ut
-
由 zhouweiwei2014 提交于
* polish windows compile for Ninja, fix random compile fail * polish windows compile for Ninja, fix random compile fail
-
- 20 7月, 2021 8 次提交
-
-
由 李季 提交于
* fix cast
-
由 Pei Yang 提交于
-
由 zlsh80826 提交于
* add trt noexcept definition * add trt noexcept on trt plugin * add trt noexcept on trt int8 calibrator * remove noexcept on base serialize * add trt noexcept on split plugin * add trt noexcept on elementwise plugin * add trt noexcept on prelu plugin * add trt noexcept on pool plugin * add trt noexcept on swish plugin * add trt noexcept on gelu plugin * add trt noexcept on layer norm plugin * add trt noexcept on instance norm plugin * add trt noexcept on emb eltwise layernorm plugin * add trt noexcept on qkv2context plugin * add trt noexcept on skip layernorm plugin * add trt noexcept on slice plugin * add trt noexcept on hard swish plugin * add trt noexcept on stack plugin * add trt noexcept on special slice plugin * add trt noexcept on anchor generator plugin * add trt noexcept on yolobox plugin * add trt noexcept on roi align plugin * add trt noexcept on gather nd plugin
-
由 Huihuang Zheng 提交于
Add boost as dependency to fix random compilation failure. This is due to program_processing.cc used boost but didn't write boost into DEPS in the CMakeLists.txt
-
由 chentianyu03 提交于
-
由 crystal 提交于
-
由 WeiXin 提交于
* change strided_slice when step<0. * add unittest for paddle.strided_slice * polish unittest
-
由 WangXi 提交于
-
- 19 7月, 2021 7 次提交
-
-
由 Qi Li 提交于
-
由 joanna.wozna.intel 提交于
-
由 chentianyu03 提交于
* add cuda event and stream api * add cuda event and stream api * add get_current_stream api * add get_current_stream api * init streams * modify get_current_stream * modify get_cuttent_stream * add synchronize func * add current_stream doc and test file * move get_current_stream into CUDA macro * move CudaEvent into CUDA macro * move _get_current_stream and _device_synchronize into cuda macro * modify the macro of cuda stream and event * add test case for synchronize * add paddle.devices.cuda module * event and stream support hip * add doc for stream and event class * move cuda stream and event into single pybind * add cuda_streams_py.cc to cmakelist * add _device_synchronize and _get_current_stream to core module * add test case for cudastream and cudaevent * move __all__ in streams.py * fix test fail * add cuda to devices __all__ * fix current_stream doc writing error * move devices to device direction, and merge device.py into __init__.py * add required:gpu to sample codes * remove cuda direction from device/__init__.py
-
由 Roc 提交于
-
由 李季 提交于
-
由 Wilber 提交于
-
由 yaoxuefeng 提交于
-
- 16 7月, 2021 9 次提交
-
-
由 ShenLiang 提交于
* add wait_server_ready * fix remove bug
-
由 Baibaifan 提交于
-
由 furnace 提交于
* [NPU] add sigmoid and sigmoid_cross_entropy_with_logits * [NPU] add debug logs * [NPU] delete debug logs * [NPU] reset to paddle.NPUPlace(0) * [NPU] add more unittests for sigmoid_cross_entropy_with_logits * delete useless c++ code, and delete check_dygraph=False * [NPU] delete repeated codes of unittests * [NPU] fix licence code style * [NPU] add attrs (now do not support) check for sigmoid_cross_entropy_with_logits
-
由 levi131 提交于
As the title, this PR converts all blocks in program into SSA sub graphs and it is guarded by flag
-
由 Leo Chen 提交于
* add clear_float_status op * refine infershape * fix typo * refine check_finite_and_scale * refine code
-
由 Aurelius84 提交于
* Add NoNeedBufferVarsInferer * fix code style
-
由 Yuang Liu 提交于
-
由 Haohongxiang 提交于
-
由 Fan Zhang 提交于
-
- 15 7月, 2021 4 次提交
-
-
由 danleifeng 提交于
-
由 ceci3 提交于
* fix bn * fix * add unittest * fix cpu
-
由 王明冬 提交于
-
由 Qi Li 提交于
-