- 14 3月, 2022 1 次提交
-
-
由 王明冬 提交于
-
- 12 3月, 2022 1 次提交
-
-
由 jiangcheng 提交于
* fix NetBuilder API Name bug in cinn_lib_test * update cinn version to newest
-
- 10 3月, 2022 2 次提交
-
-
由 heliqi 提交于
* add onnxruntime predictor * Add code comments * support link paddle2onnx onnxruntime * support onnxruntime with python * support onnxruntime with python * support onnxruntime with windows * paddle2onnx compile with windows * supoort windows compile * supoort windows compile with onnxruntime * supoort windows compile with paddle2onnx * supoort mac compile * compile with mac * compile with mac * add code comments * fix remind word * code optimization * add test case * add test case * add inference demo_ci test case * fix compile paddle2onnx with no python * add inference demo_ci test case * add inference demo_ci test case * add inference infer_ut test case * support c go api and test cases * add converage test case * add converage test case * add capi test case * add capi test case
-
由 z8hanghuan 提交于
* add tril_triu for xpu, *test=kunlun * add tril_triu for xpu, *test=kunlun * add tril_triu for xpu, *test=kunlun * add tril_triu for xpu, *test=kunlun * add tril_triu for xpu, *test=kunlun
-
- 07 3月, 2022 1 次提交
-
-
由 王明冬 提交于
-
- 01 3月, 2022 1 次提交
-
-
由 z8hanghuan 提交于
* optimize mergeadd for sparse_adam,*test=kunlun * optimize mergeadd for sparse_adam,*test=kunlun * optimize mergeadd for sparse_adam, *test=kunlun
-
- 28 2月, 2022 1 次提交
-
-
由 Shang Zhizhou 提交于
* add some trt layers * trtOpConverter pass ok * add comments * add constraints to some attrs in the pd_lower_to_trt patterns * update constraint * fix code style * update pass name * update code style * change .hpp.inc to .cc.inc in mlir_add_rewriter
-
- 22 2月, 2022 1 次提交
-
-
由 zhangyikun02 提交于
-
- 18 2月, 2022 1 次提交
-
-
由 Allen Guo 提交于
* Update IpuStrategy * fix ci * rerun ci
-
- 17 2月, 2022 1 次提交
-
-
由 houj04 提交于
* add softplus op for kunlun2. test=kunlun * add softplus op for kunlun2. test=kunlun * fix code style. test=kunlun * fix code style. test=kunlun * add more test cases. test=kunlun
-
- 15 2月, 2022 2 次提交
-
-
由 Sing_chan 提交于
* fix bug when use extern_openblas and generator is ninja * modify according to zhouwei's comment
-
由 z8hanghuan 提交于
* new way of test case, 2nd, *test=kunlun * new way of test case, 2nd, *test=kunlun * new way of test case, 2nd, *test=kunlun
-
- 27 1月, 2022 1 次提交
-
-
由 Thunderbrook 提交于
* compile for afs api * with pslib
-
- 24 1月, 2022 1 次提交
-
-
由 z8hanghuan 提交于
* support sparse of adam, *test=kunlun * add pre-commit-config.yaml * support sparse of adam in KL2,*test=kunlun * support sparse of adam in KL2, *test=kunlun * modify xpu.cmake, *test=kunlun * support sparse of adam, rm some wait, *test=kunlun * support sparse of adam, rm some wait, *test=kunlun * support sparse of adam, *test=kunlun * support sparse of adam, *test=kunlun * support sparse of adam, *test=kunlun * support sparse of adam, *test=kunlun * support sparse of adam, *test=kunlun
-
- 14 1月, 2022 1 次提交
-
-
由 王明冬 提交于
-
- 12 1月, 2022 1 次提交
-
-
由 zhaocaibei123 提交于
-
- 11 1月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* support vs2019 compilation in windows * not modify pow_op's original compute logic
-
- 05 1月, 2022 1 次提交
-
-
由 TTerror 提交于
-
- 30 12月, 2021 1 次提交
-
-
由 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
-
- 20 12月, 2021 1 次提交
-
-
由 fwenguang 提交于
-
- 18 12月, 2021 1 次提交
-
-
由 王明冬 提交于
-
- 16 12月, 2021 1 次提交
-
-
由 Sing_chan 提交于
-
- 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 1 次提交
-
-
由 Sing_chan 提交于
* make third_party's cmake get source code directly 2 * modify according to zhouwei's comment * eager needs mkldnn to compile
-
- 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.
-
- 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.
-
- 02 11月, 2021 1 次提交
-
-
由 QingshuChen 提交于
* support different precision in kunlun * minor * minor * minor
-