- 29 3月, 2023 10 次提交
-
-
由 ronnywang 提交于
-
由 huangjiyi 提交于
* fix kp compile * test * Revert "test" This reverts commit 3a1cbfaa0f23e6e06d3dcd8d0b0c28aa63a98e70. * update copyright * update cmake * update cmake * update cmake * update cmake
-
由 gouzil 提交于
* [Test Mv] asp_test * [Test Mv] cmake add py_test_modules * [Move Test] rm py_test_modules
-
由 Kim 提交于
* fix PLR1722 * fix issue * fix error
-
由 傅剑寒 提交于
-
由 mjxs 提交于
* use list instead of List for type annotations * delete import of List
-
由 chalsliu 提交于
* Fix jetson conv2d_fusion not found error * Fix jetson conv2d_fusion not found error * Add comment test=document_fix
-
由 YuhangLi 提交于
-
由 YuhangLi 提交于
* [AMP OP&Test]numel op fp/bf 16 support * dtype update * remove err case
-
由 sneaxiy 提交于
* fix generate_kernels.py in CUDA 12.0 * fix attrs bug
-
- 28 3月, 2023 30 次提交
-
-
由 Feiyu Chan 提交于
Add basic functionalities to support Scalar & Scalars in operator attribute. 1. extend allowed types in operator's attribute type, add `paddle::experimental::Scalar`, add corresponding protobuf Message types; 2. Scalar enhancement, add formatting, equality; 3. add code to handle Scalar & Scalars in opmaker, conversion from paddle operator to phi kernel, opdesc construction and manipulation, tensorrt converter, tracer, operator construction, etc; 4. bind `paddle::experimental::Scalar` to python, as `libpaddle.Scalar`; 5. add functionality to canonicalize attribute map according to OpProto(if the op the attribute map used for has an OpProto); 6. add code to manipulate Scalar proto message via protobuffer python API; Add unittests. 1. add test cases for formatting, equality for Scalars, and WrapAsScalars; 2. add test cases for 'casting' between different morphs of attributes; 3. add test cases for extracting scalar & scalars from attribute; 4. add test cases for CanonicalizeScalarAttrs(and fix a bug in type index offset); 5. fix gmock's library filename on windows platform. 6. clean code: use canonicalize_attrs instead of inlining the function; 7. add test cases for libpaddle.Scalar in python code. 8. add test cases for `make_scalar_proto`, which manipulate proto message `Scalar` via protobuffer python API.
-
由 Zhang Jun 提交于
* Remove log about fluid * Remove useless forward declarations * Fix uninitialization warning (trt onehot)
-
由 kangguangli 提交于
* remove api `class ParallelExecutor` * remove other references
-
由 cyberslack_lee 提交于
-
由 张春乔 提交于
* mv cumprod * add attrs * Update backward.yaml * Update backward.yaml
-
由 wanghuancoder 提交于
* delete old dygraph op test
-
由 xiaoguoguo626807 提交于
* support layer_norm prim and cinn test * enable cinn test * fix merge conflict * polish input for check_output_with_place * fix merge conflict * add more test case * fix merge conflict * polish test case * polish op_test * change ln_g rules * modify scale is none case * modify scale is none case * add public_python_api for check prim * modify setoutputgrad and fp64bug * add todo & delete log * delete Single***varname * delete get varname * modify FP64 bug * delete op test * recover * fix conflict --------- Co-authored-by: NWeilong Wu <veyron_wu@163.com>
-
由 Leo Chen 提交于
* add flag to set chunk size * use the flag * add vlog * add ut * rename ut
-
由 sneaxiy 提交于
* add overflow check in memory efficient attention * fix ci compile error * fix ci compile error
-
由 HongyuJia 提交于
-
由 houj04 提交于
* fix int8 support for full kernel * fix ut.
-
由 gouzil 提交于
-
由 Nyakku Shigure 提交于
-
由 WangZhen 提交于
* Polish ResNet and Bert prim_cinn test
-
由 cyberslack_lee 提交于
* fix huber_loss * fix * fix ops.yaml add intermediate * fix * fix test
-
由 RedContritio 提交于
* support auto generate static for one_hot_v2 * format
-
由 Wang Xin 提交于
-
由 RedContritio 提交于
* support auto generate for log_softmax * add data_type
-
由 Ainavo 提交于
-
由 Kim 提交于
-
由 gouzil 提交于
* [CodeStyle][B020] rename for * [CodeStyle][B020] rename for
-
由 Haohongxiang 提交于
-
由 wangxinxin08 提交于
* add unittest for conv2d/depthwise_conv2d/conv2d_transpose * add bf16 for DWConv and ConvTranspose * fix unitest of conv2d_transpose * modify DWConv2d op and unittest * fix unittest of conv2d_transpose_bf16 * modify unittest name according to review * modify atol of DWConv2D unittest
-
由 gouzil 提交于
* [Test Mv] autograd_test * [Move Test] rm py_test_modules
-
由 ZhouMengLei1999 提交于
-
由 wanghuancoder 提交于
* delete old dygraph mkldnn op test
-
由 Wang Xinyu 提交于
* add squeeze, unsqueeze, transpose fp16 unitest * Update test_transpose_op.py
-
由 caozhou 提交于
* add tune o1 level * add unittest
-
由 YuhangLi 提交于
-
由 Ainavo 提交于
* [Test Mv] move collective/multinode to test dir * add CMakeList.txt to test/collective * add bash_test_modules * adjust the order * recover bash_test_modules * add_subdirectory(collective) * resolve conflicts * resolve conflicts
-