- 17 2月, 2023 1 次提交
-
-
由 jiangcheng 提交于
-
- 04 2月, 2023 1 次提交
-
-
由 Huihuang Zheng 提交于
As the title
-
- 31 1月, 2023 1 次提交
-
-
由 TeFeng Chen 提交于
* support inplaced variable in cinn_launch * fix error hint when compiling * fix inplaced output variable of the subgraph * skip CinnCompiler check * using existed definition * fix namespace reference error * modify error message * update cinn tage * fix namespace * skip enforce check * fix unittest attribute throw
-
- 30 1月, 2023 1 次提交
-
-
由 jiangcheng 提交于
-
- 29 1月, 2023 2 次提交
-
-
由 jiangcheng 提交于
-
由 jiangcheng 提交于
* [CINN] collect inplace var into cinn op desc's kInplaceVarNames attribute * attr move from op desc to subgraph * GetFetchIds from var_map instead of var_model_to_program_map_
-
- 18 1月, 2023 1 次提交
-
-
由 Leo Chen 提交于
-
- 16 1月, 2023 1 次提交
-
-
由 Aurelius84 提交于
* [CINN]Switch cinn GIT_TAG from v0.2 into develop * fix branch name * specify commit * disable unittest * disable unittest
-
- 12 1月, 2023 1 次提交
-
-
由 jiangcheng 提交于
-
- 05 1月, 2023 3 次提交
-
-
由 jiangcheng 提交于
* CINN add fetch op for skip gc vars * perfect test annotation * break if not is_only_used_internal * move skip_gc_var_names get out of for loop
-
由 TeFeng Chen 提交于
* delivery skip_gc_vars from the main graph to each subgraph compiled by CINN * rearrange format and annotation * fix lacking namespace * fix segmentation fault cinn subgraph doesn't own kSkipGcVarNames * deliver all skip_gc_vars of main graph * add vlog for skip_gc_vars
-
由 GaoYuYang 提交于
-
- 08 12月, 2022 2 次提交
-
-
由 jiangcheng 提交于
-
由 Wilber 提交于
-
- 10 11月, 2022 1 次提交
-
-
由 jiangcheng 提交于
* fix paddle with cinn cannot link relu op bug * change cmake activation_op to generator_op
-
- 27 10月, 2022 2 次提交
-
-
由 Leo Chen 提交于
* make all cpp tests dynamic linked to libpaddle.so * add comments * keep old cc_test for some tests * fix some ut * make some ut use cc_test_old * fix typos and fit for win32 * fix lib path * fix some tests * skip lite test * fit for rocm * fit for cinn * fit for mac * fit for win32 * skip inference ut * skip windows * fix coverage
-
由 Zhen Wang 提交于
-
- 26 10月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* remove using lodtensor part2 * resolve code format error * resolve conflict * resolve conflict * replace added frameworrk tensor
-
- 12 10月, 2022 2 次提交
- 11 10月, 2022 2 次提交
-
-
由 Aganlengzi 提交于
-
由 Zhen Wang 提交于
* Fix some bugs hidden in build_cinn_pass. * Update codes about OpTransInfo. * Only support for the static reshape/reshape2 op.
-
- 28 9月, 2022 1 次提交
-
-
由 Chen Weihang 提交于
* remove needless using tensor * remove needless using tensor * resolve conflict * replace tensor using * fix format error * revert needless changing * fix rocm and npu compile error * fix cinn compile error * fix format error * fix mkldnn format error * fix mkldnn format error * fix cinn compile error * fix cinn compile error * fix cinn compile error * resolve conflict
-
- 21 9月, 2022 1 次提交
-
-
由 Zhen Wang 提交于
* use cinn in the paddle inference * fix some cmake errors * Avoid division by zero in the arange_kernel. * Avoid dynamic ops. * Remove some useless codes. * Use OpTransInfo to encapsulate some codes used in the build_cinn_pass.
-
- 05 8月, 2022 1 次提交
-
-
由 Zhen Wang 提交于
-
- 26 7月, 2022 1 次提交
-
-
由 Zhen Wang 提交于
* Add a feed op before each input parameter var. * Fix some issues about the unit test build_cinn_pass_test.
-
- 19 7月, 2022 1 次提交
-
-
由 Ruibiao Chen 提交于
* Rename BOOST_GET macros * Fix conflicts
-
- 15 7月, 2022 1 次提交
-
-
由 Ruibiao Chen 提交于
-
- 29 6月, 2022 1 次提交
-
-
由 Zhen Wang 提交于
* Update the lock logic used in CinnCompiler::Compile.
-
- 28 6月, 2022 1 次提交
-
-
由 Ruibiao Chen 提交于
* boost::variant -> paddle::variant * boost::variant.apply_visit -> paddle::visit * Update pybind_boost_hraders.h * Fix CINN compilation errors * Revert FetchResultType
-
- 26 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 21 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 14 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 05 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 04 6月, 2022 1 次提交
-
-
由 Sing_chan 提交于
-
- 16 5月, 2022 1 次提交
-
-
由 jiangcheng 提交于
* optimize cinn find graph by graph address * graph_key use int64_t instead of program string * fix framework _to_readable_code python code * rename get_readable_comile_key to get_serialize_comile_key
-
- 12 5月, 2022 2 次提交
-
-
由 Shuangchi He 提交于
-
由 sneaxiy 提交于
* add cinn pass to program * remove build_cinn_pass ut * polish ut, add ut * guard ut with is_compiled_with_cinn * enable ut test_build_cinn_pass_resnet
-
- 21 4月, 2022 1 次提交
-
-
由 Zhen Wang 提交于
* Move pass optimizations into CINN. * Update the commit id of used cinn codes.
-
- 20 4月, 2022 1 次提交
-
-
由 TeFeng Chen 提交于
* optimize preparation overhead before executing cinn compiled program * update code notes * fix flag annotation * enable auto-tune when using CINN * update cinn commit tag * skip test * fix lacking header file
-