- 10 11月, 2022 1 次提交
-
-
由 zyfncg 提交于
* add ci check for code-gen script * update
-
- 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
-
- 04 11月, 2022 1 次提交
-
-
由 zyfncg 提交于
* generate static graph code for some activation op * fix bug * fix infermeta of selected_rows
-
- 02 11月, 2022 1 次提交
-
-
由 zyfncg 提交于
* support generating static code of high order grad op by yaml * polish code
-
- 24 10月, 2022 1 次提交
-
-
由 zyfncg 提交于
* gene static graph code for exp * refactor the doc of exp * fix bug * fix bug * update doc of exp * fix sparse op
-
- 23 10月, 2022 1 次提交
-
-
由 Nyakku Shigure 提交于
* update config * re-blacken python code * temporarily disable date and diff_py_file * skip a format
-
- 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
-
- 12 10月, 2022 2 次提交
-
-
由 zyfncg 提交于
-
由 Shuangchi He 提交于
-
- 14 9月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* normalize yaml op label * revert op_compat yaml change * fix prelu and rnn compat problem * replace api by op
-
- 09 9月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
-
- 02 9月, 2022 1 次提交
-
-
由 zyfncg 提交于
* set use_cudnn=true for conv2d * refine the config rule of api_compat
-
- 09 8月, 2022 1 次提交
-
-
由 Charles-hit 提交于
* move api(erfinv) from legacy_api.yaml to api.yaml * change inplace_map key
-
- 14 7月, 2022 1 次提交
-
-
由 zyfncg 提交于
-
- 06 7月, 2022 1 次提交
-
-
由 zyfncg 提交于
-
- 01 7月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* move yaml to phi * fix undef var error
-
- 23 6月, 2022 1 次提交
-
-
由 zyfncg 提交于
* move trace into api.yaml * add trace unittest * fix trace test * fix generate op
-
- 22 6月, 2022 1 次提交
-
-
由 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
-
- 05 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
* use yapf to format all python file * yapf exclude two unittests file for they rely on writing and reading file, and format will break them * disable diff_py_file because too many diff files cause command following failed
-
- 18 5月, 2022 1 次提交
-
-
由 Feiyu Chan 提交于
Add Code Generation for operators, op makers and argument mapping functions (#41772)
-