- 14 1月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 13 1月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* rename register marco * fix error changing * fix format error
-
- 12 1月, 2022 1 次提交
-
-
由 zhaocaibei123 提交于
-
- 11 1月, 2022 2 次提交
-
-
由 zyfncg 提交于
* refactor matmul directory in pten * fix merge conflict * add dot_grad kernel * add dot_grad kernel in pten * add matmul_grad kernel * update the code * delete useless code in fluid * fix some bug of running matmul grad kernel * fix merge conflict * refactor some code * refactor code
-
由 Sing_chan 提交于
* support vs2019 compilation in windows * not modify pow_op's original compute logic
-
- 10 1月, 2022 1 次提交
-
-
由 Haohongxiang 提交于
* add lstsq gpu kernel * update * add docs_en * modify ut * fix bugs * modify example in docs_en * remove lstsq_op.cu from ROCM cmake * modify docs_en * modify docs_en * modify docs_en * remove unneccessary TensorCopy
-
- 05 1月, 2022 1 次提交
-
-
由 TTerror 提交于
-
- 30 12月, 2021 2 次提交
-
-
由 zhiboniu 提交于
LGTM
-
由 zhangyk0314 提交于
Add exp, abs_grad, reciprocal, reciprocal_grad operator for XPU and update xpu2_op_list.h,test=kunlun (#38570)
-
- 29 12月, 2021 1 次提交
-
-
由 TTerror 提交于
* add argsort/scatter for kunlun * update test_scatter * update xpu.cmake * update xpu.cmake * fix scatter
-
- 27 12月, 2021 1 次提交
-
-
由 Chen Weihang 提交于
-
- 26 12月, 2021 1 次提交
-
-
由 Chen Weihang 提交于
-
- 24 12月, 2021 2 次提交
-
-
由 Chen Weihang 提交于
-
由 zhiboniu 提交于
-
- 22 12月, 2021 2 次提交
-
-
由 Chen Weihang 提交于
* add pten kernel cmake * add pten kernel cmake function * fix compile error * add enforce include for full kernel * fix compile failed * change cuda to gpu * fix cmake function error
-
由 王明冬 提交于
-
- 20 12月, 2021 1 次提交
-
-
由 fwenguang 提交于
-
- 18 12月, 2021 1 次提交
-
-
由 王明冬 提交于
-
- 16 12月, 2021 2 次提交
-
-
由 Sing_chan 提交于
-
由 Chen Weihang 提交于
-
- 15 12月, 2021 1 次提交
-
-
由 王明冬 提交于
-
- 07 12月, 2021 2 次提交
-
-
由 Yan Chunwei 提交于
* add infrt code refined with Paddle's code style. * rename CinnRtConfig to InfRtConfig * rename CinnRt to InfRt of some code * rename CINNRT to INFRT * remove unnecessary code * replace CINN to INFRT in the source code * replace all "cinn" in code to "infrt" * remove some const_cast
-
由 Sing_chan 提交于
-
- 06 12月, 2021 1 次提交
-
-
由 Huihuang Zheng 提交于
1. Modify git tag for CINN 2. Support compile option "-DWITH_CINN=ON, -DWITH_TESTING=OFF"
-
- 03 12月, 2021 1 次提交
-
-
由 jianghaicheng 提交于
-
- 01 12月, 2021 1 次提交
-
-
由 wangye707 提交于
* 添加xpu指定url参数
-
- 29 11月, 2021 2 次提交
- 26 11月, 2021 1 次提交
-
-
由 Sing_chan 提交于
* block xxhash warning of c4711 * modify according to zhouwei's comment * fix syntax error
-
- 25 11月, 2021 2 次提交
- 23 11月, 2021 1 次提交
-
-
由 Chen Weihang 提交于
* adapt to inference api dir for pten * fix conflit with develop * fix test_egr_ds_eager_tensor compile failed
-
- 19 11月, 2021 2 次提交
- 17 11月, 2021 1 次提交
-
-
由 piotrekobiIntel 提交于
* upgrade oneDNN to v2.4-rc * Removed failing test * Revert "Removed failing test" This reverts commit 60e70e717fac2c86b7beb24dfa1343a5804ea455. * Remove most tests for debugging purposes * Update hash to oneDNN 2.4 * Revert test change * Update oneDNN to 2.4.2 * Update oneDNN to 2.4.3 * Change oneDNN version to 2.3 for Jenkins test * Revert "Change oneDNN version to 2.3 for Jenkins test" This reverts commit 0b176defc3b63f65dd0ba85873a018534f287000. * Update oneDNN to 2.4.4 * Change version of oneDNN to 2.3 for new Jenkins test * Revert "Change version of oneDNN to 2.3 for new Jenkins test" This reverts commit e005a0f78f2b41cdcf4d7de3a21df7f910b78268.
-
- 15 11月, 2021 1 次提交
-
-
由 Chen Weihang 提交于
* move extension into pten [no-verify] * append tensor methods by ext_tensor [no-verify] * append other tensor methods [no-verify] * ext related files tidy [no-verify] * include relation tidy [no-verify] * add pten tensor test [no-verify] * replace tensor in custom op & compile success * refine tensor constructor for unittest * custom relu jit run success * fix all custom op unittests * add inference cmake adapt [no-verify] * fix failed unittests * fix windows failed unittests * try to fix kunlun and inference failed * fix test_elementwise_api error * try to fix win compile failed * fix kunlun fp16 type error * remove useless haddle error macro * add custom linear op test * fix compile failed & add win symbols * fix non pten kernel cast failed * add dll decl for api * polish several deetails * polish details by review comment * add dll_decl for register
-
- 11 11月, 2021 1 次提交
-
-
由 Zhen Wang 提交于
* Add macro required by CINN. * Remove CMAKE_BUILD_TYPE form cinn.cmake.
-
- 09 11月, 2021 2 次提交
- 06 11月, 2021 1 次提交
-
-
由 Zhen Wang 提交于
* Update the batch size used in test_resnet50_with_cinn.py. * Enable more debug info.
-