- 07 9月, 2023 1 次提交
-
-
由 Difer 提交于
* rename fluid to base * fix setup and rename paddle.fluid * fix protobuf generated paddle.fluid * fix some errors * fix cmake depends * fix some error * try to fix cache error * fix codestyle && some doc error * remove build change * fix some error --------- Co-authored-by: NXiangGao <jeff41404@gmail.com>
-
- 06 9月, 2023 1 次提交
-
-
由 huangjiyi 提交于
* update * update * update * update * update
-
- 05 9月, 2023 2 次提交
-
-
由 tianshuo78520a 提交于
* Fix openblas * fix bug * Fix * Fix log * Fix log * Fix * Fix
-
由 huangjiyi 提交于
* update * update * fix empty arg * update test * update * fix bug * update
-
- 01 9月, 2023 3 次提交
-
-
由 Aurelius84 提交于
* [NewIR]Part-2.1 Refactor NewIRCompiler to support Group Ops * fix gflags link error * fix include ir_printer.h * fix unittest * fix conflict * fix flags * fix comment
-
由 iSerendipity 提交于
* [3rd-party] update openBLAS to fix compile error on Raptor Lake * modify comments and remove the gcc version limit * switch third-party/openblas to v0.3.23 * fix
-
由 Galaxy1458 提交于
* add [-W -gc-sections] in flags.cmake * add [-W -gc-sections] in flags.cmake * add [-W -gc-sections] in flags.cmake * add [-W -gc-sections] in flags.cmake * add [-W -gc-sections] in flags.cmake * add [-W -gc-sections] in flags.cmake
-
- 30 8月, 2023 1 次提交
-
-
由 huangjiyi 提交于
* update * repalce gflags header * replace DEFINE_<type> with PD_DEFINE_<type> * fix bug * fix bug * fix bug * update cmake * add :: before some paddle namespace * fix link error * fix CI-Py3 * allow commandline parse * fix SetFlagsFromEnv * fix bug * fix bug * fix CI-CINN * fix CI-Coverage-build * fix CI-Windows-build * fix CI-Inference * fix bug * fix bug * fix CI-CINN * fix inference api test * fix infer_ut test * revert infer_ut gflags usage * update * fix inference * remove flags export macro * revert inference demo_ci gflags usage * update * update * update * update * update * update * update * update * fix bug when turn on WITH_GFLAGS * turn on WITH_GFLAGS * fix bug when turn on WITH_GFLAGS * fix bug when turn on WITH_GFLAGS * update * update and add unittest * add unittest * fix conflict * rerun ci * update * resolve conflict
-
- 25 8月, 2023 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 24 8月, 2023 2 次提交
-
-
由 Aurelius84 提交于
[NewIR]Add NOT_FOR_INFER to prune Inference Library Size and Split VJP CodeGen into pd_op_vjp.cc (#56352) * [NewIR]Prune Inference Library Size and Remove IR Dialect * remove options * add NOT_FOR_INFER * fix pd_vjp.cc * polish deps * fix code style * fix unittest * fix cmake * fix inference CI
-
由 QingshuChen 提交于
-
- 23 8月, 2023 1 次提交
-
-
由 QingshuChen 提交于
-
- 22 8月, 2023 2 次提交
-
-
由 risemeup1 提交于
* fix openssl bug * fix openssl bug * fix openssl bug * test * upgrade openssl version * fix * fix * update * fix openssl bug * fix * Update ci_dockerfile.sh --------- Co-authored-by: NYUNSHEN XIE <1084314248@qq.com>
- 14 8月, 2023 2 次提交
-
-
由 risemeup1 提交于
* fix proxy problem * fix leveldb bug * fix proxy problem
-
由 6clc 提交于
* [CINN] Fix compile error * delete useless env * fix gflags conflict * fix args used by ut --------- Co-authored-by: NZzSean <18818272991@163.com>
-
- 11 8月, 2023 2 次提交
- 10 8月, 2023 3 次提交
-
-
由 gouzil 提交于
* add absl to third_party * fix * ci test * ci test * ci test * rollback
-
由 Zhenghai Zhang 提交于
* add isl third_party cache * fix bug * Update cinn.cmake
-
由 houj04 提交于
-
- 09 8月, 2023 2 次提交
-
-
由 Xinyu Chen 提交于
* onednn: rename macro to PADDLE_WITH_DNNL * onednn: rename macro to CINN_WITH_DNNL
-
由 ronnywang 提交于
-
- 08 8月, 2023 2 次提交
- 07 8月, 2023 1 次提交
-
-
由 umiswing 提交于
* Work for fa-2 padded fwd. Code to be cleaned. * Work for fa2 unpadded fwd. * Work for padded-bwd, dk get small diff on np.random.seed(0) * Anyway I pass paddle's utest, except return softmax without dropout. * Clean code. * Modify interface. * Clean code and add some check. * Easy compile for dev. * Fix ci. * Fix ci-build. * Add std c++17 option again. * Limit max job when compiling fa2. * Remove const_cast * Add fwd params, to be cleaned. * Clean code. * Add bwd params. * Clean code. * Add enforce. * Use v2.0.4 * Pass RNG state to fa2 capi * Fix review. * Add assert * Skip compile for sm less than 80.
-
- 01 8月, 2023 2 次提交
- 31 7月, 2023 1 次提交
-
-
由 wanghuancoder 提交于
support stride
-
- 28 7月, 2023 1 次提交
-
-
由 HongyuJia 提交于
* [CINN Frontend] Optimize user interface, polish fuse_pass classes" * Fix some compile error
-
- 20 7月, 2023 2 次提交
- 18 7月, 2023 3 次提交
-
-
由 limingshu 提交于
* Clarify cinn/ir dirs [Part1] * addition of cinn/ir/op dir * change header inludsion of ir/ir_operator.h to ir/op/ir_operator.h * merge with develop changes * relocate libschedule_desc_proto.a * remove extra ir_schedule_error.cc * addition for schedule/ir_schedule_error files
-
由 cyberslack_lee 提交于
* fix * fix * fix * fix * fix * fix * fix * fix * fix * remove rocksdb change * fix * fix * fix * fix lite * fix * Update lite.cmake --------- Co-authored-by: Nrisemeup1 <62429225+risemeup1@users.noreply.github.com>
-
由 XiaociZhang 提交于
In XCCL 1.0.53.6 there is a bugfix to fork scenario in RDMA, which was the root cause of dataloader segfault problem.
-
- 17 7月, 2023 1 次提交
-
-
由 cyberslack_lee 提交于
* fix * fix * fix * fix
-
- 14 7月, 2023 2 次提交
-
-
由 ronnywang 提交于
-
由 Tian Zheng 提交于
* Update CUDNN Frontend API to v0.9.1 - Remove old patches - Remove workarounds that are no longer needed * Fix test_switch_autotune
-
- 13 7月, 2023 1 次提交
-
-
由 zyfncg 提交于
* new group fuse pass api * fix header * update * change logic of get master node to fix bug * revert update for ReduceFuseReduce * modify according review * modify by review * refine * update * fix code-format
-
- 12 7月, 2023 1 次提交
-
-
由 YangQun 提交于
* squash pick the poc code * fix build after rebase * fix int8 conv and fc uts * Fix and clean-up Get_SRC_Scale_Memory * fix floating point fc uts * fix test_analyzer_int8_googlenet * test_analyzer_int8_mobilenetv1 * fix int8 mobilenet v2 and v3 * fix build error after rebase * [oneDNN] rename library version * fix conv bias datatype * try to fix import error * fix rebase error * [oneDNN] pack library into python wheel * add MKLDNN_SHARED_LIB_3 to env_dict * fix test_analyzer_bert * fix fill_constant op kernel * fix ernie and matmul op ut * fix softplus ut * fix conv+relu6 fusion ut * fix hardswish fusion * fix quant+transpose fusion ut * fixsgd ut * fix int8 matmul with flatten * fix fc+scale fusion * fix conv/matmul+gelu fusion uts * fix rebase error * Revert "fix conv/matmul+gelu fusion uts" This reverts commit 47eb5e49972bd8f7271a233def9bfb3e98ce78e1. * upgrade to onednn v3.1 * remove older version onednn * use densetensor::data() for achieving mean and var in layernorm impl * comments for atol of integer tests * fix clang-format * Revert "remove older version onednn" This reverts commit 783e57ddfd4401254596eae7d47adb9b03590c09. * improve binary handle * fix expand kernel * Revert "use densetensor::data() for achieving mean and var in layernorm impl" * always use forward_inference for conv * remove activation scales * rollback changes to mkldnn.cmake * address comments * port changes to dequantize kernel * fix merge error * fix fused_elementwise_kernel * upgrade onednn version to v3.1.1 * fix some approval error * fix error msg format * remove old onednn libs * try to fix symbolic link issue * fix cinn test case segfault * do not explicit link test with onednn * remove unnecessary changes * integrate CINN with onednn v3 * link with mkldnn project * fix cinn build file --------- Co-authored-by: NTomasz Socha <tomasz.socha@intel.com> Co-authored-by: NChen, Xinyu1 <xinyu1.chen@intel.com> Co-authored-by: Ntianshuo78520a <707759223@qq.com>
-