- 12 8月, 2022 1 次提交
-
-
由 hong 提交于
-
- 12 7月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
* split coed gen for eager fluid_generated
-
- 06 7月, 2022 1 次提交
-
-
由 zyfncg 提交于
-
- 01 7月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* move yaml to phi * fix undef var error
-
- 20 5月, 2022 1 次提交
-
-
由 Feiyu Chan 提交于
-
- 27 3月, 2022 1 次提交
-
-
由 Jack Zhou 提交于
* add string tensor and case convert kernels * Add strings empty kernel; Reorganize the structure of case convert kernel * Add string infermeta * Update mutable_data of string tensor * rename kernel name * add string copy tmp * Fix strings copy device bug * add utf8 gpu converter * add string tensor c++ api * Remove mutable_data of string tensor * update string tensor interface * remove charcases_flag.h * remove some fluid headers * Add make_ddim * __HIPCC__ -> PADDLE_WITH_HIP * remove fluid headers * fix cpu compile * remove std::hash * Fix cudaMalloc * Remove strings/impl directory * Fix infrt/get_phi_kernel_info.py;Add custom_kernels deps * Add empty kernel test * Remove some comments * Modify lower/upper api encoding type: string->bool * STRING->PSTRING; Add CreateInferLikeMeta * Add code gen for C++ String API * remove strings_api_utils.h * Add ignore file (strings_api.h, strings_api.cc) * update strings gen script * change args order of case convert kernels * Add comments for pstring, StringTensor * cpstring_internal.h -> cpstring_impl.h * Update accordding to comments: 1. Remove fluid headers 2. paddle::platform::errors -> phi::errors 3. Use 'place.GetType() == phi::AllocationType::GPU' instead of 'paddle::platform::is_cpu_space()' 4. Use camel code style * Remove all singletons in strings kernels * fix rocm compile * Fix py3 compile * Fix c++ coverage * 1. Add pstring proto type 2. Add StringTensor debug info 3. Rename case_convert_kernel to strings_lower_upper 4. Remove serialize derialize strings kernel * DataLayout::PSTRING -> DataLayout::PSTRING_UNION * Register pstring data type * Fix strings api gen * Fix dense tensor register pstring dtype * Fix error messages * remove line * add pstring unittest * remove test string api unitest * remove empty line * Remove some headers to decrease the size of executable file
-
- 17 3月, 2022 1 次提交
-
-
由 王明冬 提交于
-
- 09 3月, 2022 1 次提交
-
-
由 huzhiqiang 提交于
-
- 08 3月, 2022 1 次提交
-
-
由 zyfncg 提交于
-
- 03 3月, 2022 1 次提交
-
-
由 zyfncg 提交于
* suppport sparse api in yaml * support auto-gen code of sparse api * do some refactor * add unittest test_sparse_conv_api * add unitest file Co-authored-by: Nzkh2016 <zhangkaihuo@baidu.com>
-
- 02 3月, 2022 1 次提交
-
-
由 huzhiqiang 提交于
-
- 28 2月, 2022 1 次提交
-
-
由 tianshuo78520a 提交于
-
- 20 2月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* rename pten dir to phi * rename namespace to phi * rename infrt pten dir to phi * resolve conflict * rename pten to phi in cmake * revert all infrt change * change needed files * fix infrt failed * fix inference failed
-
- 18 2月, 2022 2 次提交
-
-
由 Wilber 提交于
* the mlir representation of pten, test=develop * fixes an error, test=develop * infrt registers pten kernels Co-authored-by: NShixiaowei02 <39303645+Shixiaowei02@users.noreply.github.com>
-
由 zyfncg 提交于
* support inplace and intermediate in yaml * add cmake for dygraph_api
-
- 15 2月, 2022 1 次提交
-
-
由 hong 提交于
* move histogram to pten; test=develop * fix format error; test=develop * fix histogram kernel format; test=develop
-
- 13 2月, 2022 1 次提交
-
-
由 zyfncg 提交于
* generate wrapped_infer_meta * add test for wrapped_infer_meta * Update test_meta_fn_utils.cc * change the dir of generated file Co-authored-by: NChen Weihang <chenweihang@baidu.com> Co-authored-by: NChen Weihang <chenwhpro@163.com>
-
- 09 2月, 2022 1 次提交
-
-
由 huzhiqiang 提交于
-
- 04 2月, 2022 1 次提交
-
-
由 zyfncg 提交于
* add data_transform in pten api * support GetKernelTypeForVar * fix complie problem of bfloat16 * change error namespace * add complex type transform unittest * fix merge conflict
-
- 30 1月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
-
- 27 1月, 2022 1 次提交
-
-
由 Yan Chunwei 提交于
-
- 24 1月, 2022 1 次提交
-
-
由 zyfncg 提交于
* add config of backward-api auto-gene * fix compile bug * remove wrong header * rename grad_api to backward_api * modify .gitignore
-
- 22 1月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* auto gen include headers * move to pten.cmake
-
- 03 12月, 2021 1 次提交
-
-
由 zyfncg 提交于
* add code-gen file * add api-gen in cmake * adjust the code format * temp save the code * add genen-api module into pten * merge the develop code * fix merge conflict * fix code conflict with develop * support reduce_mean/sum * fix the CI requirement * fix requirement problem of CI * remove original api code * fix bug caused by removing original api
-
- 02 11月, 2021 1 次提交
-
-
由 Chen Weihang 提交于
-
- 21 6月, 2020 1 次提交
-
-
由 Shibo Tao 提交于
* don't re-generate header file if content doesn't change. test=develop * add copy_if_different function. test=develop
-
- 15 1月, 2020 1 次提交
-
-
由 Zeng Jinle 提交于
* polish grad op check, test=develop, test=document_fix * keep op_use_default_grad_maker.spec to avoid conflict, test=develop, test=document_fix
-
- 15 10月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
* refine API.spec, test=develop * add nn.py to test,test=develop * fix by removing new.spec, test=develop, test=document_fix * refine scripts when PYTHON_ABI is empty, follow partial comments, add extra cpp api doc, test=develop, test=document_fix * remove extra doc changes, remove API.spec, test=develop
-
- 31 8月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
-
- 19 11月, 2018 1 次提交
-
-
由 Yu Yang 提交于
test=develop
-
- 25 10月, 2018 1 次提交
-
-
由 Yu Yang 提交于
test=develop
-
- 23 10月, 2018 2 次提交
- 10 10月, 2018 1 次提交
-
-
由 chengduo 提交于
* set the right shape of selected_rows test=develop * enhance check * fix activation_op * remove cast * use ShareDimInfo replace SetDim and ShareLod * use ShareDimAndLod test=develop * follow comment test=develop * check whether the input has lod test=develop * Split ShareDimAndLod test=develop * checkout clip.py test=develop
-
- 16 8月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* remove patchelf in windowls * "follow comment"
-
- 06 4月, 2018 1 次提交
-
-
由 Lei Wang 提交于
-
- 26 2月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 10 2月, 2018 1 次提交
-
-
由 Luo Tao 提交于
move paddle/pybind/pybind.h to paddle/fluid/pybind/pybind.h, and cancel the test_parallel_op temporary
-
- 08 2月, 2018 1 次提交
-
-
由 Yu Yang 提交于
-
- 06 12月, 2017 1 次提交
-
-
由 Yancey 提交于
* write versino.py * add version py * clean init py * add istaged, major and etc... fields * update * update * update
-