- 28 11月, 2022 1 次提交
-
-
由 Aurelius84 提交于
* [Fluid Clean] Migrate program_translate.py/jit.py into paddle.jit dir
-
- 09 11月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* move fluid op generator into fluid * remove parsed op * resolve sig undef error * append python interp find logic * remove dup code
-
- 18 10月, 2022 1 次提交
-
-
由 zyfncg 提交于
* support generating code of opmaker for backward op invoke forward op * gsupport code-gen of opmaker for sparse op * refind logic of choose phi kernrel * fix complie budg * fix code_gen bug * fix bug * fix kernel signature code-gen * fix complie bug of VarType * fix complie bug of VarType * fix test_sparse_conv_op * fix test_sparse_norm_op
-
- 27 9月, 2022 1 次提交
-
-
由 xiaoxiaohehe001 提交于
-
- 26 9月, 2022 1 次提交
-
-
由 Yuanle Liu 提交于
-
- 30 8月, 2022 1 次提交
-
-
由 zyfncg 提交于
* add runtime config in phi * add runtime attr for op desc and op * fix no proto error * adjust opdesc set_attr impl * try to remove conv_op extra attrs * add init runtime attr map * change extra header path * fix runtime_attr * fix trace_op * fix bug of pass * fix merge conflict * fix dygraph attrs * fix bug of pass * fix dygraph bug * fix unittest module * delete extra attr default * fix dropout kernel * polish code * fix extra output of instance_norm * fix merge confilct * fix op_desc bug * add extra attr in yaml for conv3d_transpose * don't remove extra input and output * fix save_inference_model * fix bug of batch_norm * revert some change * polish log * polish code * add code comment Co-authored-by: NChen Weihang <chenweihang@baidu.com>
-
- 26 8月, 2022 1 次提交
-
-
由 wanghuancoder 提交于
-
- 15 8月, 2022 1 次提交
-
-
由 Wilber 提交于
* convert_fp16 support multi block * update * update
-
- 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 1 次提交
-
-
由 phlrain 提交于
-