- 08 9月, 2023 1 次提交
-
-
由 haosicheng 提交于
-
- 06 9月, 2023 1 次提交
-
-
由 huangjiyi 提交于
* update * update * update * update * update
-
- 05 9月, 2023 1 次提交
-
-
由 tianshuo78520a 提交于
* Fix openblas * fix bug * Fix * Fix log * Fix log * Fix * Fix
-
- 01 9月, 2023 1 次提交
-
-
由 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
-
- 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 1 次提交
-
-
由 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 1 次提交
-
-
由 risemeup1 提交于
* fix proxy problem * fix leveldb bug * fix proxy problem
-
- 10 8月, 2023 1 次提交
-
-
由 houj04 提交于
-
- 09 8月, 2023 1 次提交
-
-
由 Xinyu Chen 提交于
* onednn: rename macro to PADDLE_WITH_DNNL * onednn: rename macro to CINN_WITH_DNNL
-
- 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.
-
- 20 7月, 2023 1 次提交
-
-
由 Qi Li 提交于
-
- 18 7月, 2023 2 次提交
-
-
由 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
-
- 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>
-
- 07 7月, 2023 1 次提交
-
-
由 zyfncg 提交于
* remove some pybind interface in cinn to fix compile problem * modify cmake * fix cmake * add log for build cinn whl * fix ninja for cinn * fix conflict
-
- 06 7月, 2023 1 次提交
-
-
由 XiaociZhang 提交于
This reverts commit 15c87528.
-
- 04 7月, 2023 1 次提交
-
-
由 hong19860320 提交于
* Add XPU plugin to support the customized ops or improve the performance of the fusion ops based on hand-written xpu micro kernels. * refine README.md
-
- 02 7月, 2023 1 次提交
-
-
由 houj04 提交于
-
- 28 6月, 2023 4 次提交
-
-
由 Zhenghai Zhang 提交于
* add arm_brpc,box_ps cache * delete concurrentqueue.cmake
-
由 6clc 提交于
* test=cinnunit * test=cinnunit * sync to develop of cinn * test=cinnunit * test=cinnunit
-
由 XiaociZhang 提交于
* [XPU] fix compile issue for XPTI * bugfix * bugfix
-
由 QingshuChen 提交于
-
- 27 6月, 2023 1 次提交
-
-
由 6clc 提交于
* feat(cmake): add cmake of cinn * feat(cmake): add cmake of cinn python test * feat(cmake): add jit * feat(cmake): test/CMakeList.txt * feat(cmake): rebase to develop * feat(cmake): remove some flags * fix(cmake): fix cinn's gflags depends * feat(cmake): add ci scripts of cinn * feat(cmake): copy code of cinn * fix(cmake): fix cinn third_party model path * gflags dynamic dependce * fix ci build_demo * tmp update to c++17 of cinn-only test * fix cinn only with c++17
-
- 26 6月, 2023 3 次提交
-
-
由 Sanbu 提交于
* add dgc jemalloc third_party cache * fix * fix ci * fix ci * fix * fix * fix * Update jemalloc.cmake * fix * fix * Update jemalloc.cmake * Update jemalloc.cmake * Update jemalloc.cmake * Update jemalloc.cmake * fix * Update dgc.cmake * fix style * fix cmake equal to strequal * fix * fix --------- Co-authored-by: Nrisemeup1 <62429225+risemeup1@users.noreply.github.com>
-
由 chalsliu 提交于
-
由 gouzil 提交于
-
- 20 6月, 2023 1 次提交
-
-
由 XiaociZhang 提交于
* [kunlun] avoid compile issue in non-xpu env also rename macro WITH_XPU_XPTI to WITH_XPTI * move get_xpti_dependency.sh to tools/xpu * move get_xpti_dependency.sh to tools/xpu * call get_xpti_dependency.sh only in need
-
- 19 6月, 2023 4 次提交
-
-
由 AlbertVan 提交于
-
由 陈沧夜 提交于
* add cudnn-frontend and dirent * rewrite dirent * dirent * Increase download judgment. * rewrite cudnn-fronted * rewrite dirent * rewrite cudnn_fronted * rewrite * rewrite dirent * rewrite
-
由 huangjiyi 提交于
* update * test * Update brpc.cmake * update --------- Co-authored-by: Nrisemeup1 <62429225+risemeup1@users.noreply.github.com>
-
由 gouzil 提交于
* [cmake] fix file check error * [cmake] fix file check
-