- 30 6月, 2022 1 次提交
-
-
由 chentianyu03 提交于
* add relu6 kernel and yaml * format files * format code and fix bug * fix build failed
-
- 29 6月, 2022 5 次提交
-
-
由 zyfncg 提交于
* support complexd selected_rows kernel in yaml * support configuring optimizer api in yaml * fix data transform bug
-
由 zhangkaihuo 提交于
-
由 Leo Chen 提交于
-
由 Chen Weihang 提交于
-
由 zyfncg 提交于
* move cross form legacy_api.yaml to api.yaml * move diagonal to api.yaml
-
- 28 6月, 2022 5 次提交
-
-
由 Feiyu Chan 提交于
* change to condition to find python interpreter to avoid skipping the find process. PYTHONINTERP_FOUND is the best signal that python interpreter is found.
-
由 zhouweiwei2014 提交于
* [Sparse]add SparseTensor mv kernel(csr*dense_vec->dence_vec, coo*dense_vec->dense_vec) * fix CI
-
由 Ruibiao Chen 提交于
* boost::variant -> paddle::variant * boost::variant.apply_visit -> paddle::visit * Update pybind_boost_hraders.h * Fix CINN compilation errors * Revert FetchResultType
-
由 WangZhen 提交于
-
- 27 6月, 2022 3 次提交
-
-
由 Sing_chan 提交于
* make inference_api_test use import_lib + dll to smaller its size;test=document_fix;test=windows_ci_inference * make place.h not export symbols; change the order of inference test dependencies * cant delete analysis pass ..in inference_analysis_test or build test_analyzer.exe will failed; temporarily comment test need paddle_inference_c * add onnx path; cp onnxruntime.dll to tests/api * make c_ut depend on paddle_inference_c_shared rather than paddle_inference_c * make c_ut depend .dll in windows and .lib in linux;path add capi_exp * init context pool by analysis predictor * make windows and linux both use shared; compile shared even on_infer off * move case:profile after case:fuse_statis to avoid context pool null problem * make c_ut depend .dll in windows and .lib in linux;path add capi_exp
-
由 zyfncg 提交于
* move apis from legacy_api.yaml to api.yaml * remove comment * revert argsort * fix merge conflict
-
由 Feiyu Chan 提交于
use jinja 2.11.3 in python lower than 3.6.2
-
- 24 6月, 2022 6 次提交
-
-
由 YuanRisheng 提交于
* perfect copy * deal with conflict * deal with conflict * fix compile bugs * fix unittest bugs * change code format * deal with conflict * modify code by review * fix ce bugs * fix ce bugs * add lo * perfect code format * deal with conflicts
-
由 zhouweiwei2014 提交于
-
由 Chen Weihang 提交于
* fix incompatible error * rmeove default constructor * add macro * fix cpu make error * add DefaultGPUPlace api
-
由 xiongkun 提交于
-
由 zyfncg 提交于
-
由 ronnywang 提交于
-
- 23 6月, 2022 4 次提交
-
-
由 Ruibiao Chen 提交于
* Remove unnecessary including for pstring.h * Fix typos
-
由 Matsumoto Ruko 提交于
-
由 zyfncg 提交于
* move trace into api.yaml * add trace unittest * fix trace test * fix generate op
-
由 Leo Chen 提交于
-
- 22 6月, 2022 3 次提交
-
-
由 wawltor 提交于
-
由 Feiyu Chan 提交于
* add codegen for get_expected_kernel, add argument mapping for selected_rows kernels, fix other bugs in codegen for operators. * move bernoulli, erf, mv, poisson, trunc, erf to api.yaml and corresponding backward api to backward.yaml * generate EmptyGradOpMaker for ops without grad op * add code to generate all possible kernel signatures for infrt
-
由 zhangkaihuo 提交于
-
- 21 6月, 2022 6 次提交
-
-
由 wangzhen38 提交于
* cpplint fix 3 * cpplint fix 3 * cpplint fix 3 * cpplint fix 3
-
由 zyfncg 提交于
-
由 Yao Zihang 提交于
-
由 Sing_chan 提交于
resort .cu headers, set clang-format not sort include block and consider .cu as main source file (#43633)
-
由 Zhang Ting 提交于
-
由 Sing_chan 提交于
-
- 20 6月, 2022 2 次提交
-
-
由 zhangbopd 提交于
-
由 zhouweiwei2014 提交于
* add new API/OP(csr->csr) of SparseTensor softmax * fix comment
-
- 18 6月, 2022 1 次提交
-
-
由 zhouweiwei2014 提交于
-
- 17 6月, 2022 2 次提交
-
-
由 zhangkaihuo 提交于
* fix to_sparse_csr
-
由 Yiqun Liu 提交于
-
- 16 6月, 2022 2 次提交
-
-
由 ronnywang 提交于
* [CustomKernel] add custom kernel c api * update * update * fix unable to export capi Co-authored-by: Nronny1996 <524019753@qq.com>
-
由 Leo Chen 提交于
* fix xpu kp compilation * add depends
-